com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class VCardDeliveryAddressingRecordset

  • All Implemented Interfaces:
    Iterable<MetadataProperty>


    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 Detail

      • getAddressRecords

        public final VCardTextRecord[] getAddressRecords()

        Gets the components of the delivery address of the object.

        Returns:
        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:
        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:
        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:
        An array containing the formatted text corresponding to delivery address of the object.


        This property is a simplified version of LabelRecords.