Packages

 

com.aspose.imaging.fileformats.cmx.objectmodel

Class CmxPage



  • public class CmxPage
    extends Object

    The page of the CMX document.

    • Constructor Detail

      • CmxPage

        public CmxPage()

        Initializes a new instance of the CmxPage class.

    • Method Detail

      • getBoundBox

        public final RectangleF getBoundBox()

        Gets the bounding box.

        Returns:
        the bounding box.
      • setBoundBox

        public final void setBoundBox(RectangleF value)

        Sets the bounding box.

        Parameters:
        value - the bounding box.
      • getFlags

        public final long getFlags()

        Gets the flags.

        Returns:
        the flags.
      • setFlags

        public final void setFlags(long value)

        Sets the flags.

        Parameters:
        value - the flags.
      • getLayers

        public com.aspose.ms.System.Collections.Generic.IGenericList<CmxLayer> getLayers()

        Gets the page layers.

        Returns:
        the page layers.
      • getPageNumber

        public final int getPageNumber()

        Gets the page order number.

        Returns:
        the page order number.
      • setPageNumber

        public final void setPageNumber(int value)

        Sets the page order number.

        Parameters:
        value - the page order number.
      • getWidth

        public final float getWidth()

        Gets the page width.

        Returns:
        the page width.
      • setWidth

        public final void setWidth(float value)

        Sets the page width.

        Parameters:
        value - the page width.
      • getHeight

        public final float getHeight()

        Gets the page height.

        Returns:
        the page height.
      • setHeight

        public final void setHeight(float value)

        Sets the page height.

        Parameters:
        value - the page height.