public final class VCardValueLocation extends Object
Enumerates the vCard property parameter ValueLocation
Modifier and Type | Field and Description |
---|---|
static byte |
CID
Content id
|
static byte |
INLINE
Inline value location (default)
|
static byte |
URI
Uri
|
static byte |
URL
Url
|
Constructor and Description |
---|
VCardValueLocation() |
public static final byte INLINE
Inline value location (default)
public static final byte URL
Url
public static final byte CID
Content id
public static final byte URI
Uri
Copyright (c) 2008-2014 Aspose Pty Ltd. All Rights Reserved.