XmpPagedTextPackage
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.XmpMetadataContainer, com.groupdocs.metadata.core.XmpPackage
public final class XmpPagedTextPackage extends XmpPackage
Represents the XMP Paged-Text package.
Constructors
Constructor | Description |
---|---|
XmpPagedTextPackage() | Initializes a new instance of the XmpPagedTextPackage class. |
Methods
Method | Description |
---|---|
getColorants() | Gets an ordered array of colorants (swatches) that are used in the document (including any in contained documents). |
setColorants(XmpColorantBase[] value) | Sets an ordered array of colorants (swatches) that are used in the document (including any in contained documents). |
getFonts() | Gets an unordered array of fonts that are used in the document (including any in contained documents). |
setFonts(XmpFont[] value) | Sets an unordered array of fonts that are used in the document (including any in contained documents). |
getMaxPageSize() | Gets the size of the largest page in the document (including any in contained documents). |
setMaxPageSize(XmpDimensions value) | Sets the size of the largest page in the document (including any in contained documents). |
getNumberOfPages() | Gets the number of pages in the document. |
setNumberOfPages(Integer value) | Sets the number of pages in the document. |
getPlateNames() | Gets or set an ordered array of plate names that are needed to print the document (including any in contained documents). |
setPlateNames(String[] value) | Gets or set an ordered array of plate names that are needed to print the document (including any in contained documents). |
set(String name, String value) | Sets string property. |
set(String name, XmpArray value) | Sets the value inherited from XmpArray . |
XmpPagedTextPackage()
public XmpPagedTextPackage()
Initializes a new instance of the XmpPagedTextPackage class.
getColorants()
public final XmpColorantBase[] getColorants()
Gets an ordered array of colorants (swatches) that are used in the document (including any in contained documents).
Returns: com.groupdocs.metadata.core.XmpColorantBase[] - An array of the colorants.
setColorants(XmpColorantBase[] value)
public final void setColorants(XmpColorantBase[] value)
Sets an ordered array of colorants (swatches) that are used in the document (including any in contained documents).
Parameters:
Parameter | Type | Description |
---|---|---|
value | XmpColorantBase[] | An array of the colorants. |
getFonts()
public final XmpFont[] getFonts()
Gets an unordered array of fonts that are used in the document (including any in contained documents).
Returns: com.groupdocs.metadata.core.XmpFont[] - An array of the fonts.
setFonts(XmpFont[] value)
public final void setFonts(XmpFont[] value)
Sets an unordered array of fonts that are used in the document (including any in contained documents).
Parameters:
Parameter | Type | Description |
---|---|---|
value | XmpFont[] | An array of the fonts. |
getMaxPageSize()
public final XmpDimensions getMaxPageSize()
Gets the size of the largest page in the document (including any in contained documents).
Returns: XmpDimensions - The size of the largest page.
setMaxPageSize(XmpDimensions value)
public final void setMaxPageSize(XmpDimensions value)
Sets the size of the largest page in the document (including any in contained documents).
Parameters:
Parameter | Type | Description |
---|---|---|
value | XmpDimensions | The size of the largest page. |
getNumberOfPages()
public final Integer getNumberOfPages()
Gets the number of pages in the document.
Returns: java.lang.Integer - The number of pages.
setNumberOfPages(Integer value)
public final void setNumberOfPages(Integer value)
Sets the number of pages in the document.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.Integer | The number of pages. |
getPlateNames()
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).
Returns: java.lang.String[] - The plate names.
setPlateNames(String[] value)
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).
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String[] |
set(String name, String value)
public void set(String name, String value)
Sets string property.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String | XMP metadata property name. |
value | java.lang.String | XMP metadata property value. |
set(String name, XmpArray value)
public void set(String name, XmpArray value)
Sets the value inherited from XmpArray .
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String | XMP metadata property name. |
value | XmpArray | XMP metadata property value. |