public final class XmpPagedTextPackage extends XmpPackage
Represents the XMP Paged-Text package.
Constructor and Description |
---|
XmpPagedTextPackage()
Initializes a new instance of the
XmpPagedTextPackage class. |
Modifier and Type | Method and Description |
---|---|
XmpColorantBase[] |
getColorants()
Gets an ordered array of colorants (swatches) that are used in the document (including any in contained documents).
|
XmpFont[] |
getFonts()
Gets an unordered array of fonts that are used in the document (including any in contained documents).
|
XmpDimensions |
getMaxPageSize()
Gets the size of the largest page in the document (including any in contained documents).
|
Integer |
getNumberOfPages()
Gets the number of pages in the document.
|
String[] |
getPlateNames()
Gets or set an ordered array of plate names that are needed to print the document (including any in contained documents).
|
void |
set(String name,
String value)
Sets string property.
|
void |
set(String name,
XmpArray value)
Sets the value inherited from
XmpArray . |
void |
setColorants(XmpColorantBase[] value)
Sets an ordered array of colorants (swatches) that are used in the document (including any in contained documents).
|
void |
setFonts(XmpFont[] value)
Sets an unordered array of fonts that are used in the document (including any in contained documents).
|
void |
setMaxPageSize(XmpDimensions value)
Sets the size of the largest page in the document (including any in contained documents).
|
void |
setNumberOfPages(Integer value)
Sets the number of pages in the document.
|
void |
setPlateNames(String[] value)
Gets or set an ordered array of plate names that are needed to print the document (including any in contained documents).
|
clear, getNamespaceUri, getPrefix, getXmlNamespace, getXmpRepresentation, remove, set, set, set, set, set, set
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public XmpPagedTextPackage()
Initializes a new instance of the XmpPagedTextPackage
class.
public final XmpColorantBase[] getColorants()
Gets an ordered array of colorants (swatches) that are used in the document (including any in contained documents).
public final void setColorants(XmpColorantBase[] value)
Sets an ordered array of colorants (swatches) that are used in the document (including any in contained documents).
value
- An array of the colorants.public final XmpFont[] getFonts()
Gets an unordered array of fonts that are used in the document (including any in contained documents).
public final void setFonts(XmpFont[] value)
Sets an unordered array of fonts that are used in the document (including any in contained documents).
value
- An array of the fonts.public final XmpDimensions getMaxPageSize()
Gets the size of the largest page in the document (including any in contained documents).
public final void setMaxPageSize(XmpDimensions value)
Sets the size of the largest page in the document (including any in contained documents).
value
- The size of the largest page.public final Integer getNumberOfPages()
Gets the number of pages in the document.
public final void setNumberOfPages(Integer value)
Sets the number of pages in the document.
value
- The number of pages.public final String[] getPlateNames()
Gets or set an ordered array of plate names that are needed to print the document (including any in contained documents).
public final void setPlateNames(String[] value)
Gets or set an ordered array of plate names that are needed to print the document (including any in contained documents).
public void set(String name, String value)
Sets string property.
set
in class XmpPackage
name
- XMP metadata property name.value
- XMP metadata property value.public void set(String name, XmpArray value)
Sets the value inherited from XmpArray
.
set
in class XmpPackage
name
- XMP metadata property name.value
- XMP metadata property value.