groupdocs.metadata.standards.xmp
The namespace provides functionality for XMP (Extensible Metadata Platform) metadata reading and writing.
Classes
| Class | Description |
|---|---|
IXmp |
Defines base operations intended to work with XMP metadata. |
IXmpType |
Base interface for XMP type. |
XmpArray |
Represents base abstraction for XMP array. |
XmpBoolean |
Represents XMP Boolean basic type. |
XmpColorantBase |
A structure containing the characteristics of a colorant (swatch) used in a document. |
XmpColorantCmyk |
Represents the CMYK Colorant. |
XmpColorantLab |
Represents the LAB Colorant. |
XmpColorantRgb |
Represents the RGB Colorant. |
XmpComplexType |
Represents base abstraction for XMP Complex value type. |
XmpComplexTypeValue |
Represents an XMP value containing a complex type instance. |
XmpDate |
Represents Date in XMP packet. |
XmpDimensions |
Containing dimensions for a drawn object. |
XmpElementBase |
Represents base XMP element that contains attributes. |
XmpFont |
A structure containing the characteristics of a font used in a document. |
XmpGuid |
Represents XMP global unique identifier. |
XmpHeaderPI |
Represents XMP header processing instruction. |
XmpInteger |
Represents XMP Integer basic type. |
XmpJob |
Represents Job. |
XmpLangAlt |
Represents XMP Language Alternative. An alternative array of simple text items. Language alternatives facilitate the selection of a simple text item based on a desired language. Each array item shall have an xml:lang qualifier. Each xml:lang value shall be unique among the items. |
XmpMeta |
Represents xmpmeta. Optional.
The purpose of this element is to identify XMP metadata within general XML text that might contain other non-XMP uses of RDF. |
XmpMetadataContainer |
Represents a container for XMP metadata properties. |
XmpNamespaces |
Contains namespaces used in XmpPackage and XmpComplexType. |
XmpPackage |
Represents base abstraction for XMP package. |
XmpPacketWrapper |
Contains serialized XMP package including header and trailer.
A wrapper consisting of a pair of XML processing instructions (PIs) may be placed around the rdf:RDF element. |
XmpRational |
Represents XMP XmpRational. |
XmpReal |
Represents XMP Real. |
XmpRenditionClass |
Represents XMP RenditionClass. |
XmpResourceEvent |
Represents a high-level event that occurred in the processing of a resource. |
XmpResourceRef |
Represents a multiple part reference to a resource. Used to indicate prior versions, originals of renditions, originals for derived documents, and so on. |
XmpSchemes |
Provides access to known XMP schemes. |
XmpText |
Represents XMP Text basic type. |
XmpThumbnail |
Represents a thumbnail image for a file. |
XmpTime |
Representation of a time value in seconds. |
XmpTimecode |
Represents a timecode value in a video. |
XmpTrailerPI |
Represents XMP trailer processing instruction. |
XmpValueBase |
Represents base XMP value. |
XmpVersion |
Represents a version of a document. |
Enumerations
| Enumeration | Description |
|---|---|
XmpArrayType |
Represents array type in XmpArray. |
XmpColorType |
Type of color in XmpColorantBase. |
XmpColorantColorMode |
Represents color mode in XmpColorantBase. |