VCardDeliveryAddressingRecordset
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.VCardBasePackage, com.groupdocs.metadata.core.VCardRecordset
public class VCardDeliveryAddressingRecordset extends VCardRecordset
Represents a set of Delivery Addressing vCard records. These types are concerned with information related to the delivery addressing or label for the vCard object.
Learn more
| Method | Description |
|---|---|
| getAddressRecords() | Gets the components of the delivery address of the object. |
| getAddresses() | Gets the components of the delivery address of the object. |
| getLabelRecords() | Gets an array containing the formatted text corresponding to delivery address of the object. |
| getLabels() | Gets an array containing the formatted text corresponding to delivery address of the object. |
public final VCardTextRecord[] getAddressRecords()
Gets the components of the delivery address of the object.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The components of the delivery address of the object.
public final String[] getAddresses()
Gets the components of the delivery address of the object.
Returns: java.lang.String[] - The components of the delivery address of the object.
This property is a simplified version of AddressRecords .
public final VCardTextRecord[] getLabelRecords()
Gets an array containing the formatted text corresponding to delivery address of the object.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - An array containing the formatted text corresponding to delivery address of the object.
public final String[] getLabels()
Gets an array containing the formatted text corresponding to delivery address of the object.
Returns: java.lang.String[] - An array containing the formatted text corresponding to delivery address of the object.
This property is a simplified version of LabelRecords .
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.