Package com.itextpdf.kernel.xmp
Interface XMPConst
- All Known Implementing Classes:
-
ParseRDF
,Utils
,XMPMetaImpl
,XMPNodeUtils
,XMPSchemaRegistryImpl
,XMPUtilsImpl
public interface XMPConst
Common constants for the XMP Toolkit.
- Since:
- 20.01.2006
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Node name of an array item.static final int
Index that has the meaning to be always the last item in an array.static final String
Conformance, A, B, or U.static final String
The canonical false string value for Booleans in serialized XMP.static final String
static final String
static final String
BExt Schemastatic final String
static final String
static final String
The XML namespace for the Dublin Core schema.static final String
legacy Dublin Core NS, will be converted to NS_DCstatic final String
The XML namespace for the DICOM medical schema.static final String
static final String
The XML namespace for Adobe's EXIF schema.static final String
static final String
NS for the CIPA XMP for Exif document v1.1static final String
The XML namespace for the IPTC Core schema.static final String
The XML namespace for the IPTC Extension schema.static final String
static final String
static final String
static final String
The XML namespace for the PDF schema.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
The XML namespace for the PDF schema.static final String
static final String
The XML namespace for the Photoshop custom schema.static final String
The XML namespace for the PLUS (Picture Licensing Universal System, http://www.useplus.org)static final String
static final String
The XML namespace for the Photoshop Album schema.static final String
The XML namespace for RDF.static final String
RIFF Info Schemastatic final String
static final String
Adobe Flash SWFstatic final String
The XML namespace for Adobe's TIFF schema.static final String
static final String
Transform XMPstatic final String
static final String
The XML namespace Adobe XMP Metadata.static final String
The XML namespace for XML.static final String
The XML namespace for the XMP "basic" schema.static final String
The XML namespace for the job management schema.static final String
The XML namespace for the XMP digital asset management schema.static final String
The XML namespace for the job management schema.static final String
The XML namespace for the XMP copyright schema.static final String
Part, 1, 2, or 3static final String
rdf:type qualfifierstatic final String
XMP meta tag version oldstatic final String
XMP meta tag version newstatic final String
The canonical true string value for Booleans in serialized XMP.static final String
The XML namespace for fields of the Dimensions type.static final String
static final String
static final String
The XML namespace for qualifiers of the xmp:Identifier property.static final String
The XML namespace for fields of a graphical image.static final String
static final String
static final String
The XML namespace for fields of the ResourceEvent type.static final String
The XML namespace for fields of the ResourceRef type.static final String
The XML namespace for fields of the JobRef type.static final String
The XML namespace for fields of the Version type.static final String
static final String
The x-default string for localized propertiesstatic final String
xml:lang qualfifierstatic final String
Processing Instruction (PI) for xmp packet
-
Field Details
-
NS_XML
The XML namespace for XML.- See Also:
-
NS_RDF
The XML namespace for RDF.- See Also:
-
NS_DC
The XML namespace for the Dublin Core schema.- See Also:
-
NS_IPTCCORE
The XML namespace for the IPTC Core schema.- See Also:
-
NS_IPTCEXT
The XML namespace for the IPTC Extension schema.- See Also:
-
NS_DICOM
The XML namespace for the DICOM medical schema.- See Also:
-
NS_PLUS
The XML namespace for the PLUS (Picture Licensing Universal System, http://www.useplus.org)- See Also:
-
NS_X
The XML namespace Adobe XMP Metadata.- See Also:
-
NS_IX
- See Also:
-
NS_XMP
The XML namespace for the XMP "basic" schema.- See Also:
-
NS_XMP_RIGHTS
The XML namespace for the XMP copyright schema.- See Also:
-
NS_XMP_MM
The XML namespace for the XMP digital asset management schema.- See Also:
-
NS_XMP_BJ
The XML namespace for the job management schema.- See Also:
-
NS_XMP_NOTE
The XML namespace for the job management schema.- See Also:
-
NS_PDF
The XML namespace for the PDF schema.- See Also:
-
NS_PDFX
The XML namespace for the PDF schema.- See Also:
-
NS_PDFX_ID
- See Also:
-
NS_PDFA_SCHEMA
- See Also:
-
NS_PDFA_PROPERTY
- See Also:
-
NS_PDFA_TYPE
- See Also:
-
NS_PDFA_FIELD
- See Also:
-
NS_PDFA_ID
- See Also:
-
NS_PDFUA_ID
- See Also:
-
NS_PDFA_EXTENSION
- See Also:
-
NS_PHOTOSHOP
The XML namespace for the Photoshop custom schema.- See Also:
-
NS_PSALBUM
The XML namespace for the Photoshop Album schema.- See Also:
-
NS_EXIF
The XML namespace for Adobe's EXIF schema.- See Also:
-
NS_EXIFX
NS for the CIPA XMP for Exif document v1.1- See Also:
-
NS_EXIF_AUX
- See Also:
-
NS_TIFF
The XML namespace for Adobe's TIFF schema.- See Also:
-
NS_PNG
- See Also:
-
NS_JPEG
- See Also:
-
NS_JP2K
- See Also:
-
NS_CAMERARAW
- See Also:
-
NS_ADOBESTOCKPHOTO
- See Also:
-
NS_CREATOR_ATOM
- See Also:
-
NS_ASF
- See Also:
-
NS_WAV
- See Also:
-
NS_BWF
BExt Schema- See Also:
-
NS_RIFFINFO
RIFF Info Schema- See Also:
-
NS_SCRIPT
- See Also:
-
NS_TXMP
Transform XMP- See Also:
-
NS_SWF
Adobe Flash SWF- See Also:
-
NS_DM
- See Also:
-
NS_TRANSIENT
- See Also:
-
NS_DC_DEPRECATED
legacy Dublin Core NS, will be converted to NS_DC- See Also:
-
TYPE_IDENTIFIERQUAL
The XML namespace for qualifiers of the xmp:Identifier property.- See Also:
-
TYPE_DIMENSIONS
The XML namespace for fields of the Dimensions type.- See Also:
-
TYPE_TEXT
- See Also:
-
TYPE_PAGEDFILE
- See Also:
-
TYPE_GRAPHICS
- See Also:
-
TYPE_IMAGE
The XML namespace for fields of a graphical image. Used for the Thumbnail type.- See Also:
-
TYPE_FONT
- See Also:
-
TYPE_RESOURCEEVENT
The XML namespace for fields of the ResourceEvent type.- See Also:
-
TYPE_RESOURCEREF
The XML namespace for fields of the ResourceRef type.- See Also:
-
TYPE_ST_VERSION
The XML namespace for fields of the Version type.- See Also:
-
TYPE_ST_JOB
The XML namespace for fields of the JobRef type.- See Also:
-
TYPE_MANIFESTITEM
- See Also:
-
TRUESTR
The canonical true string value for Booleans in serialized XMP. Code that converts from the string to a bool should be case insensitive, and even allow "1".- See Also:
-
FALSESTR
The canonical false string value for Booleans in serialized XMP. Code that converts from the string to a bool should be case insensitive, and even allow "0".- See Also:
-
ARRAY_LAST_ITEM
static final int ARRAY_LAST_ITEMIndex that has the meaning to be always the last item in an array.- See Also:
-
ARRAY_ITEM_NAME
Node name of an array item.- See Also:
-
X_DEFAULT
The x-default string for localized properties- See Also:
-
XML_LANG
xml:lang qualfifier- See Also:
-
RDF_TYPE
rdf:type qualfifier- See Also:
-
XMP_PI
Processing Instruction (PI) for xmp packet- See Also:
-
TAG_XMPMETA
XMP meta tag version new- See Also:
-
TAG_XAPMETA
XMP meta tag version old- See Also:
-
PART
Part, 1, 2, or 3- See Also:
-
CONFORMANCE
Conformance, A, B, or U.- See Also:
-