public class CmxPage extends Object
The page of the CMX document.
Constructor and Description |
---|
CmxPage()
Initializes a new instance of the
CmxPage class. |
Modifier and Type | Method and Description |
---|---|
RectangleF |
getBoundBox()
Gets the bounding box.
|
long |
getFlags()
Gets the flags.
|
float |
getHeight()
Gets the page height.
|
com.aspose.ms.System.Collections.Generic.IGenericList<CmxLayer> |
getLayers()
Gets the page layers.
|
int |
getPageNumber()
Gets the page order number.
|
float |
getWidth()
Gets the page width.
|
void |
setBoundBox(RectangleF value)
Sets the bounding box.
|
void |
setFlags(long value)
Sets the flags.
|
void |
setHeight(float value)
Sets the page height.
|
void |
setPageNumber(int value)
Sets the page order number.
|
void |
setWidth(float value)
Sets the page width.
|
public CmxPage()
Initializes a new instance of the CmxPage
class.
public final RectangleF getBoundBox()
Gets the bounding box.
public final void setBoundBox(RectangleF value)
Sets the bounding box.
value
- the bounding box.public final long getFlags()
Gets the flags.
public final void setFlags(long value)
Sets the flags.
value
- the flags.public com.aspose.ms.System.Collections.Generic.IGenericList<CmxLayer> getLayers()
Gets the page layers.
public final int getPageNumber()
Gets the page order number.
public final void setPageNumber(int value)
Sets the page order number.
value
- the page order number.public final float getWidth()
Gets the page width.
public final void setWidth(float value)
Sets the page width.
value
- the page width.public final float getHeight()
Gets the page height.
public final void setHeight(float value)
Sets the page height.
value
- the page height.