Packagecom.adobe.xmp
Classpublic class IXMPConst

Provides constant values for use in defining panels for the File Info dialog



Public Constants
 ConstantDefined 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
Constant detail
ALLOW_COMMASconstant
public static const ALLOW_COMMAS:uint = 0x10000000

Property creation option flag for catenate/separateArrayItems operations: corresponds with Toolkit option "kXMPUtil_AllowCommas"

ARRAYconstant 
public static const ARRAY:uint = 0x00000200

Property type: array

ARRAY_ALTERNATEconstant 
public static const ARRAY_ALTERNATE:uint = 0x00000800

Property type: alternative array ("Alt")

ARRAY_ALT_TEXTconstant 
public static const ARRAY_ALT_TEXT:uint = 0x00001000

Property type: alt-text array ("Alt" + xml:lang attribute for each item)

ARRAY_MASKconstant 
public static const ARRAY_MASK:uint

Array mask is used to discover if a property is an array or not

ARRAY_ORDEREDconstant 
public static const ARRAY_ORDERED:uint = 0x00000400

Property type: ordered array ("Seq")

ARRAYSTR_ALTconstant 
public static const ARRAYSTR_ALT:String = "alt"

String constant for alt arrays

ARRAYSTR_BAGconstant 
public static const ARRAYSTR_BAG:String = "bag"

String constant for bag arrays

ARRAYSTR_SEQconstant 
public static const ARRAYSTR_SEQ:String = "seq"

String constant for seq arrays

DELETE_EMPTY_VALUESconstant 
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_PROPERTIESconstant 
public static const DO_ALL_PROPERTIES:uint = 0x0001

Property creation option flag for remove/append operations: include internal properites

FALSEconstant 
public static const FALSE:String = "False"

Default XMP false value

HAS_LANGUAGEconstant 
public static const HAS_LANGUAGE:uint = 0x00000040

Property creation option flag: has a language qualifier

HAS_QUALIFIERSconstant 
public static const HAS_QUALIFIERS:uint = 0x00000010

Property creation option flag: has qualifiers

HAS_TYPEconstant 
public static const HAS_TYPE:uint = 0x00000080

Property creation option flag: has type information

MANIFEST_FILEconstant 
public static const MANIFEST_FILE:String = "manifest.xml"

Filename for all manifest files

NO_OPTIONSconstant 
public static const NO_OPTIONS:uint = 0x00000000

Property creation option flag: No options (default)

NS_DCconstant 
public static const NS_DC:String = "http://purl.org/dc/elements/1.1/"

The Dublin Core namespace

NS_XMP_TRANSIENTconstant 
public static const NS_XMP_TRANSIENT:String = "http://ns.adobe.com/xmp/transient/1.0/"

The transient namespace used for multivalue handling

QUALIFIERconstant 
public static const QUALIFIER:uint = 0x00000020

Property creation option flag: is qualifier

REPLACE_OLD_VALUESconstant 
public static const REPLACE_OLD_VALUES:uint = 0x0002

Property creation option flag for remove/append operations: Replace the values of existing properties

SCHEMAconstant 
public static const SCHEMA:uint = 0x80000000

Property type: schema node

STI_VERSIONconstant 
public static const STI_VERSION:Array

The current expected version number for the FileInfo library

STRUCTconstant 
public static const STRUCT:uint = 0x00000100

Property type: struct

TRUEconstant 
public static const TRUE:String = "True"

Default XMP true value

URIconstant 
public static const URI:uint = 0x00000002

Property creation option flag: URI

X_DEFAULTconstant 
public static const X_DEFAULT:String = "x-default"

Default language for alt-text arrays