XmpPagedTextPackage
Leave feedback
On this page
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.
| Constructor | Description |
|---|---|
| XmpPagedTextPackage() | Initializes a new instance of the XmpPagedTextPackage class. |
| 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 . |
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).
Returns: com.groupdocs.metadata.core.XmpColorantBase[] - An array of the colorants.
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. |
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.
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. |
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.
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. |
public final Integer getNumberOfPages()
Gets the number of pages in the document.
Returns: java.lang.Integer - The number of pages.
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. |
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.
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[] |
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. |
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. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.