Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Class and Description |
---|---|
class |
XmpColorantCmyk
Represents the CMYK Colorant.
|
class |
XmpColorantLab
Represents the LAB Colorant.
|
class |
XmpColorantRgb
Represents the RGB Colorant.
|
Modifier and Type | Method and Description |
---|---|
XmpColorantBase[] |
XmpPagedTextPackage.getColorants()
Gets an ordered array of colorants (swatches) that are used in the document (including any in contained documents).
|
XmpColorantBase |
XmpDynamicMediaPackage.getVideoAlphaPremultipleColor()
Gets the timecode of the first frame of video in the file, as obtained from the device control.
|
Modifier and Type | Method and Description |
---|---|
void |
XmpPagedTextPackage.setColorants(XmpColorantBase[] value)
Sets an ordered array of colorants (swatches) that are used in the document (including any in contained documents).
|
void |
XmpDynamicMediaPackage.setVideoAlphaPremultipleColor(XmpColorantBase value)
Sets the timecode of the first frame of video in the file, as obtained from the device control.
|