VCardDeliveryAddressingRecordset

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

Methods

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.

getAddressRecords()

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.

getAddresses()

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 .

getLabelRecords()

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.

getLabels()

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 .