Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Method and Description |
---|---|
static VCardContentType |
VCardContentType.getByRawValue(int rawValue) |
VCardContentType |
VCardAgentRecord.getContentType()
Gets the content type of record.
|
VCardContentType |
VCardBinaryRecord.getContentType()
Gets the content type of record.
|
VCardContentType |
VCardCustomRecord.getContentType()
Gets the content type of record.
|
VCardContentType |
VCardDateTimeRecord.getContentType()
Gets the content type of record.
|
abstract VCardContentType |
VCardRecord.getContentType()
Gets the content type of record.
|
VCardContentType |
VCardTextRecord.getContentType()
Gets the content type of record.
|
static VCardContentType |
VCardContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VCardContentType[] |
VCardContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|