com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpPagedTextPackage

    • Constructor Detail

      • XmpPagedTextPackage

        public XmpPagedTextPackage()

        Initializes a new instance of the XmpPagedTextPackage class.

    • Method Detail

      • getColorants

        public final XmpColorantBase[] getColorants()

        Gets an ordered array of colorants (swatches) that are used in the document (including any in contained documents).

        Returns:
        An array of the colorants.
      • setColorants

        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:
        value - 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:
        An array of the fonts.
      • setFonts

        public final void setFonts(XmpFont[] value)

        Sets an unordered array of fonts that are used in the document (including any in contained documents).

        Parameters:
        value - 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:
        The size of the largest page.
      • setMaxPageSize

        public final void setMaxPageSize(XmpDimensions value)

        Sets the size of the largest page in the document (including any in contained documents).

        Parameters:
        value - The size of the largest page.
      • getNumberOfPages

        public final Integer getNumberOfPages()

        Gets the number of pages in the document.

        Returns:
        The number of pages.
      • setNumberOfPages

        public final void setNumberOfPages(Integer value)

        Sets the number of pages in the document.

        Parameters:
        value - 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:
        The plate names.
      • setPlateNames

        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).

      • set

        public void set(String name,
                        String value)

        Sets string property.

        Overrides:
        set in class XmpPackage
        Parameters:
        name - XMP metadata property name.
        value - XMP metadata property value.
      • set

        public void set(String name,
                        XmpArray value)

        Sets the value inherited from XmpArray .

        Overrides:
        set in class XmpPackage
        Parameters:
        name - XMP metadata property name.
        value - XMP metadata property value.