public final class VCardLabel extends Object
To specify the formatted text corresponding to delivery address of the object the vCard represents.
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
To specify the formatted text corresponding to delivery address of the object the vCard represents.
|
int |
getAddressType()
Gets or sets an address type
|
void |
setAddress(String value)
To specify the formatted text corresponding to delivery address of the object the vCard represents.
|
void |
setAddressType(int value)
Gets or sets an address type
|
public final String getAddress()
To specify the formatted text corresponding to delivery address of the object the vCard represents.
public final void setAddress(String value)
To specify the formatted text corresponding to delivery address of the object the vCard represents.
public final int getAddressType()
Gets or sets an address type
public final void setAddressType(int value)
Gets or sets an address type
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.