Package | com.adobe.xmp |
Class | public class IXMPConst |
Constant | Defined by | ||
---|---|---|---|
ALLOW_COMMAS : uint = 0x10000000 [static] Property creation option flag for catenate/separateArrayItems operations:
corresponds with Toolkit option "kXMPUtil_AllowCommas"
| IXMPConst | ||
ARRAY : uint = 0x00000200 [static] Property type: array
| IXMPConst | ||
ARRAY_ALTERNATE : uint = 0x00000800 [static] Property type: alternative array ("Alt")
| IXMPConst | ||
ARRAY_ALT_TEXT : uint = 0x00001000 [static] Property type: alt-text array ("Alt" + xml:lang attribute for each item)
| IXMPConst | ||
ARRAY_MASK : uint [static] Array mask is used to discover if a property is an array or not
| IXMPConst | ||
ARRAY_ORDERED : uint = 0x00000400 [static] Property type: ordered array ("Seq")
| IXMPConst | ||
ARRAYSTR_ALT : String = "alt" [static] String constant for alt arrays
| IXMPConst | ||
ARRAYSTR_BAG : String = "bag" [static] String constant for bag arrays
| IXMPConst | ||
ARRAYSTR_SEQ : String = "seq" [static] String constant for seq arrays
| IXMPConst | ||
DELETE_EMPTY_VALUES : uint = 0x0004 [static] Property creation option flag for append operations:
Delete properties if the new value is empty
| IXMPConst | ||
DO_ALL_PROPERTIES : uint = 0x0001 [static] Property creation option flag for remove/append operations:
include internal properites
| IXMPConst | ||
FALSE : String = "False" [static] Default XMP false value
| IXMPConst | ||
HAS_LANGUAGE : uint = 0x00000040 [static] Property creation option flag: has a language qualifier
| IXMPConst | ||
HAS_QUALIFIERS : uint = 0x00000010 [static] Property creation option flag: has qualifiers
| IXMPConst | ||
HAS_TYPE : uint = 0x00000080 [static] Property creation option flag: has type information
| IXMPConst | ||
MANIFEST_FILE : String = "manifest.xml" [static] Filename for all manifest files
| IXMPConst | ||
NO_OPTIONS : uint = 0x00000000 [static] Property creation option flag: No options (default)
| IXMPConst | ||
NS_DC : String = "http://purl.org/dc/elements/1.1/" [static] The Dublin Core namespace
| IXMPConst | ||
NS_XMP_TRANSIENT : String = "http://ns.adobe.com/xmp/transient/1.0/" [static] The transient namespace used for multivalue handling
| IXMPConst | ||
QUALIFIER : uint = 0x00000020 [static] Property creation option flag: is qualifier
| IXMPConst | ||
REPLACE_OLD_VALUES : uint = 0x0002 [static] Property creation option flag for remove/append operations:
Replace the values of existing properties
| IXMPConst | ||
SCHEMA : uint = 0x80000000 [static] Property type: schema node
| IXMPConst | ||
STI_VERSION : Array [static] The current expected version number for the FileInfo library
| IXMPConst | ||
STRUCT : uint = 0x00000100 [static] Property type: struct
| IXMPConst | ||
TRUE : String = "True" [static] Default XMP true value
| IXMPConst | ||
URI : uint = 0x00000002 [static] Property creation option flag: URI
| IXMPConst | ||
X_DEFAULT : String = "x-default" [static] Default language for alt-text arrays
| IXMPConst |
ALLOW_COMMAS | constant |
public static const ALLOW_COMMAS:uint = 0x10000000
Property creation option flag for catenate/separateArrayItems operations: corresponds with Toolkit option "kXMPUtil_AllowCommas"
ARRAY | constant |
public static const ARRAY:uint = 0x00000200
Property type: array
ARRAY_ALTERNATE | constant |
public static const ARRAY_ALTERNATE:uint = 0x00000800
Property type: alternative array ("Alt")
ARRAY_ALT_TEXT | constant |
public static const ARRAY_ALT_TEXT:uint = 0x00001000
Property type: alt-text array ("Alt" + xml:lang attribute for each item)
ARRAY_MASK | constant |
public static const ARRAY_MASK:uint
Array mask is used to discover if a property is an array or not
ARRAY_ORDERED | constant |
public static const ARRAY_ORDERED:uint = 0x00000400
Property type: ordered array ("Seq")
ARRAYSTR_ALT | constant |
public static const ARRAYSTR_ALT:String = "alt"
String constant for alt arrays
ARRAYSTR_BAG | constant |
public static const ARRAYSTR_BAG:String = "bag"
String constant for bag arrays
ARRAYSTR_SEQ | constant |
public static const ARRAYSTR_SEQ:String = "seq"
String constant for seq arrays
DELETE_EMPTY_VALUES | constant |
public static const DELETE_EMPTY_VALUES:uint = 0x0004
Property creation option flag for append operations: Delete properties if the new value is empty
DO_ALL_PROPERTIES | constant |
public static const DO_ALL_PROPERTIES:uint = 0x0001
Property creation option flag for remove/append operations: include internal properites
FALSE | constant |
public static const FALSE:String = "False"
Default XMP false value
HAS_LANGUAGE | constant |
public static const HAS_LANGUAGE:uint = 0x00000040
Property creation option flag: has a language qualifier
HAS_QUALIFIERS | constant |
public static const HAS_QUALIFIERS:uint = 0x00000010
Property creation option flag: has qualifiers
HAS_TYPE | constant |
public static const HAS_TYPE:uint = 0x00000080
Property creation option flag: has type information
MANIFEST_FILE | constant |
public static const MANIFEST_FILE:String = "manifest.xml"
Filename for all manifest files
NO_OPTIONS | constant |
public static const NO_OPTIONS:uint = 0x00000000
Property creation option flag: No options (default)
NS_DC | constant |
public static const NS_DC:String = "http://purl.org/dc/elements/1.1/"
The Dublin Core namespace
NS_XMP_TRANSIENT | constant |
public static const NS_XMP_TRANSIENT:String = "http://ns.adobe.com/xmp/transient/1.0/"
The transient namespace used for multivalue handling
QUALIFIER | constant |
public static const QUALIFIER:uint = 0x00000020
Property creation option flag: is qualifier
REPLACE_OLD_VALUES | constant |
public static const REPLACE_OLD_VALUES:uint = 0x0002
Property creation option flag for remove/append operations: Replace the values of existing properties
SCHEMA | constant |
public static const SCHEMA:uint = 0x80000000
Property type: schema node
STI_VERSION | constant |
public static const STI_VERSION:Array
The current expected version number for the FileInfo library
STRUCT | constant |
public static const STRUCT:uint = 0x00000100
Property type: struct
TRUE | constant |
public static const TRUE:String = "True"
Default XMP true value
URI | constant |
public static const URI:uint = 0x00000002
Property creation option flag: URI
X_DEFAULT | constant |
public static const X_DEFAULT:String = "x-default"
Default language for alt-text arrays