Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Method and Description |
---|---|
VCardTextRecord[] |
VCardDeliveryAddressingRecordset.getAddressRecords()
Gets the components of the delivery address of the object.
|
VCardTextRecord[] |
VCardOrganizationalRecordset.getAgentUriRecords()
Gets the information about another person who will act on behalf of the vCard object.
|
VCardTextRecord |
VCardIdentificationRecordset.getAnniversaryTextRecord()
Gets the date of marriage represented as a single text value.
|
VCardTextRecord[] |
VCardIdentificationRecordset.getBirthdateTextRecords()
Gets an array containing the birth date of the object in different text representations.
|
VCardTextRecord[] |
VCardCalendarRecordset.getBusyTimeRecords()
Gets the URIs for the busy time associated with the object.
|
VCardTextRecord[] |
VCardCalendarRecordset.getCalendarAddressRecords()
Gets the calendar user addresses to which a scheduling request should be sent for the object represented by the vCard.
|
VCardTextRecord[] |
VCardCalendarRecordset.getCalendarUriRecords()
Gets the URIs for the calendar associated with the object represented by the vCard.
|
VCardTextRecord[] |
VCardExplanatoryRecordset.getCategoryRecords()
Gets the application category information about the vCard, also known as "tags".
|
VCardTextRecord[] |
VCardCommunicationRecordset.getEmailRecords()
Gets the electronic mail addresses for communication with the object.
|
VCardTextRecord[] |
VCardCard.getExtensionRecords()
Gets the private extension records.
|
VCardTextRecord[] |
VCardIdentificationRecordset.getFormattedNameRecords()
Gets an array containing the formatted text corresponding to the name of the object.
|
VCardTextRecord |
VCardIdentificationRecordset.getGenderRecord()
Gets the components of the sex and gender identity of the object.
|
VCardTextRecord[] |
VCardGeographicalRecordset.getGeographicPositionRecords()
Gets the information related to the global positioning of the object.
|
VCardTextRecord[] |
VCardCommunicationRecordset.getImppRecords()
Gets the URIs for instant messaging and presence protocol communications with the object.
|
VCardTextRecord[] |
VCardDeliveryAddressingRecordset.getLabelRecords()
Gets an array containing the formatted text corresponding to delivery address of the object.
|
VCardTextRecord[] |
VCardCommunicationRecordset.getLanguageRecords()
Gets the languages that may be used for contacting the object.
|
VCardTextRecord[] |
VCardOrganizationalRecordset.getLogoUriRecords()
Gets the URIs of the graphic images of the logo associated with the object.
|
VCardTextRecord[] |
VCardOrganizationalRecordset.getMemberRecords()
Gets the members in the group this vCard represents.
|
VCardTextRecord |
VCardIdentificationRecordset.getNameRecord()
Gets the components of the name of the object.
|
VCardTextRecord[] |
VCardIdentificationRecordset.getNicknameRecords()
Gets an array containing the text corresponding to the nickname of the object.
|
VCardTextRecord[] |
VCardExplanatoryRecordset.getNoteRecords()
Gets the supplemental information or comments that are associated with the vCard.
|
VCardTextRecord[] |
VCardOrganizationalRecordset.getOrganizationNameRecords()
Gets the organizational names and units associated with the object.
|
VCardTextRecord[] |
VCardIdentificationRecordset.getPhotoUriRecords()
Gets an array containing the image or photograph information represented by URIs that annotates some aspects of the object.
|
VCardTextRecord[] |
VCardExplanatoryRecordset.getPidIdentifierRecords()
Gets the global meaning of the local PID source identifier.
|
VCardTextRecord |
VCardExplanatoryRecordset.getProductIdentifierRecord()
Gets the identifier of the product that created the vCard object.
|
VCardTextRecord[] |
VCardSecurityRecordset.getPublicKeyUriRecords()
Gets the public keys or authentication certificates associated with the object.
|
VCardTextRecord[] |
VCardOrganizationalRecordset.getRelationshipRecords()
Gets the relationships between another entity and the entity represented by this vCard.
|
VCardTextRecord[] |
VCardOrganizationalRecordset.getRoleRecords()
Gets the functions or parts played in a particular situation by the object.
|
VCardTextRecord[] |
VCardExplanatoryRecordset.getSoundUriRecords()
Gets the digital sound content information that annotates some aspects of the vCard.
|
VCardTextRecord[] |
VCardGeneralRecordset.getSourceRecords()
Gets the array of sources of directory information contained in the content type.
|
VCardTextRecord[] |
VCardCommunicationRecordset.getTelephoneRecords()
Gets the telephone numbers for telephony communication with the object.
|
VCardTextRecord[] |
VCardGeographicalRecordset.getTimeZoneRecords()
Gets the time zones of the object.
|
VCardTextRecord[] |
VCardOrganizationalRecordset.getTitleRecords()
Gets the positions or jobs of the object.
|
VCardTextRecord |
VCardExplanatoryRecordset.getUidRecord()
Gets the value that represents a globally unique identifier corresponding to the individual or resource associated with the vCard.
|
VCardTextRecord[] |
VCardExplanatoryRecordset.getUrlRecords()
Gets an array of URLs pointing to websites that represent the person in some way.
|
VCardTextRecord[] |
VCardGeneralRecordset.getXmlRecords()
Gets an array containing extended XML-encoded vCard data.
|