public class PageInfo extends Object implements com.aspose.ms.System.ICloneable
Represents the page information.
Constructor and Description |
---|
PageInfo() |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clone page info.
|
double |
getHeight()
Gets or sets page height.
|
MarginInfo |
getMargin()
Gets page margin.
|
double |
getWidth()
Gets page width.
|
boolean |
isLandscape()
Gets is page landscaped.
|
void |
setHeight(double value)
Sets or sets page height.
|
void |
setLandscape(boolean value)
Sets is page landscaped.
|
void |
setMargin(MarginInfo value)
Sets page margin.
|
void |
setWidth(double value)
Sets page width.
|
public Object deepClone()
Clone page info.
deepClone
in interface com.aspose.ms.System.ICloneable
public double getHeight()
public void setHeight(double value)
public boolean isLandscape()
public void setLandscape(boolean value)
public MarginInfo getMargin()
public void setMargin(MarginInfo value)
public double getWidth()
public void setWidth(double value)
Copyright © 2014 Aspose. All Rights Reserved.