Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Class and Description |
---|---|
class |
XmpColorantBase
A structure containing the characteristics of a colorant (swatch) used in a document.
|
class |
XmpColorantCmyk
Represents the CMYK Colorant.
|
class |
XmpColorantLab
Represents the LAB Colorant.
|
class |
XmpColorantRgb
Represents the RGB Colorant.
|
class |
XmpDimensions
Containing dimensions for a drawn object.
|
class |
XmpFont
A structure containing the characteristics of a font used in a document.
|
class |
XmpJob
Represents Job.
|
class |
XmpResourceEvent
Represents a high-level event that occurred in the processing of a resource.
|
class |
XmpResourceRef |
class |
XmpThumbnail
Represents a thumbnail image for a file.
|
class |
XmpTime
Representation of a time value in seconds.
|
class |
XmpTimecode
Represents a timecode value in a video.
|
class |
XmpVersion
Represents a version of a document.
|
Modifier and Type | Method and Description |
---|---|
static <T extends XmpComplexType> |
XmpArray.from(T[] array,
XmpArrayType type)
Creates an
XmpArray instance form an array of XmpComplexType . |
Modifier and Type | Method and Description |
---|---|
static <T extends XmpComplexType> |
XmpArray.from(T[] array,
XmpArrayType type)
Creates an
XmpArray instance form an array of XmpComplexType . |
void |
XmpDynamicMediaPackage.set(String name,
XmpComplexType value)
Sets the value inherited from
XmpComplexType . |
void |
XmpPackage.set(String name,
XmpComplexType value)
Sets the value inherited from
XmpComplexType . |
Constructor and Description |
---|
XmpArray(XmpArrayType arrayType,
XmpComplexType[] items)
Initializes a new instance of the
XmpArray class. |