Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Class and Description |
---|---|
class |
VCardAgentRecord
Represents vCard Agent record metadata class.
|
class |
VCardBinaryRecord
Represents vCard binary record metadata class.
|
class |
VCardCustomRecord
Represents vCard custom record metadata class.
|
class |
VCardDateTimeRecord
Represents vCard date time record metadata class.
|
class |
VCardTextRecord
Represents vCard text record metadata class.
|
Modifier and Type | Method and Description |
---|---|
VCardRecord[] |
VCardOrganizationalRecordset.getAgentRecords()
Gets the information about another person who will act on behalf of the vCard object.
|
VCardRecord |
VCardIdentificationRecordset.getAnniversaryRecord()
Gets the date of marriage, or equivalent, of the object.
|
VCardRecord[] |
VCardIdentificationRecordset.getBirthdateRecords()
Gets an array containing the birth date of the object in different representations.
|
VCardRecord[] |
VCardOrganizationalRecordset.getLogoRecords()
Gets the graphic images of the logo associated with the object.
|
VCardRecord[] |
VCardIdentificationRecordset.getPhotoRecords()
Gets an array containing the image or photograph information that annotates some aspects of the object.
|
VCardRecord[] |
VCardSecurityRecordset.getPublicKeyRecords()
Gets the public keys or authentication certificates associated with the object.
|
VCardRecord[] |
VCardExplanatoryRecordset.getSoundRecords()
Gets the digital sound content information that annotates some aspects of the vCard.
|