public final class VCardValueLocation
extends com.aspose.ms.System.Enum
Enumerates the vCard property parameter ValueLocation.
Modifier and Type | Field and Description |
---|---|
static int |
CID
Content id value location.
|
static int |
INLINE
Inline value location (default).
|
static int |
URI
Uri value location.
|
static int |
URL
Url value location.
|
Constructor and Description |
---|
VCardValueLocation()
Constructor for VCardValueLocation.
|
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 INLINE
Inline value location (default).
public static final int URL
Url value location.
public static final int CID
Content id value location.
public static final int URI
Uri value location.