public final class VCardContentType
extends com.aspose.ms.System.Enum
Defines vCard record content types.
Modifier and Type | Field and Description |
---|---|
static int |
Agent
The agent content type.
|
static int |
Binary
The binary content type.
|
static int |
Custom
The custom content type.
|
static int |
DateTime
The date time content type.
|
static int |
Text
The text content type.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Custom
The custom content type.
public static final int Text
The text content type.
public static final int Binary
The binary content type.
public static final int DateTime
The date time content type.
public static final int Agent
The agent content type.
Copyright © 2020. All rights reserved.