java.lang.Object
com.aspose.diagram.PrintProps
public class PrintProps
| Property Getters/Setters Summary | ||
|---|---|---|
BoolValue | getCenterX() | |
| Determines whether the drawing page is centered horizontally on the printed page. | ||
BoolValue | getCenterY() | |
| Determines whether the drawing page is centered vertically on the printed page. | ||
int | getDel() | |
void | setDel(int) | |
| A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
BoolValue | getOnPage() | |
| Indicates whether the drawing is printed on a specific number of printer pages. | ||
DoubleValue | getPageBottomMargin() | |
| Specifies the margin at the bottom of the printed page. | ||
DoubleValue | getPageLeftMargin() | |
| Specifies the margin at the left of the printed page. | ||
DoubleValue | getPageRightMargin() | |
| Specifies the margin at the right of the printed page. | ||
IntValue | getPagesX() | |
| Determines the number of printer pages on which to fit the drawing page horizontally. | ||
IntValue | getPagesY() | |
| Determines the number of printer pages on which to fit the drawing page vertically. | ||
DoubleValue | getPageTopMargin() | |
| Specifies the margin at the top of the printer page. | ||
IntValue | getPaperKind() | |
| Specifies the type of paper on which to print the page. | ||
IntValue | getPaperSource() | |
| Determines the paper source for the page. | ||
BoolValue | getPrintGrid() | |
| Specifies whether to print the grid when printing a document page. | ||
PrintPageOrientation | getPrintPageOrientation() | |
| Determines whether the page is printed in portrait or landscape orientation. | ||
DoubleValue | getScaleX() | |
| Specifies the percentage of magnification of the drawing page on the printer page, in the x (horizontal) direction. | ||
DoubleValue | getScaleY() | |
| Specifies the percentage of magnification of the drawing page on the printer page, in the y (vertical) direction. | ||
| Method Summary | ||
|---|---|---|
java.lang.Object | deepClone() | |
| Creates deep copy of this instance. | ||
| Property Getters/Setters Detail |
|---|
getDel/setDel | |
public int getDel() / public void setDel(int value) | |
getPageLeftMargin | |
public DoubleValue getPageLeftMargin() | |
getPageRightMargin | |
public DoubleValue getPageRightMargin() | |
getPageTopMargin | |
public DoubleValue getPageTopMargin() | |
getPageBottomMargin | |
public DoubleValue getPageBottomMargin() | |
getScaleX | |
public DoubleValue getScaleX() | |
getScaleY | |
public DoubleValue getScaleY() | |
getPagesX | |
public IntValue getPagesX() | |
getPagesY | |
public IntValue getPagesY() | |
getCenterX | |
public BoolValue getCenterX() | |
getCenterY | |
public BoolValue getCenterY() | |
getOnPage | |
public BoolValue getOnPage() | |
getPrintGrid | |
public BoolValue getPrintGrid() | |
getPrintPageOrientation | |
public PrintPageOrientation getPrintPageOrientation() | |
getPaperKind | |
public IntValue getPaperKind() | |
getPaperSource | |
public IntValue getPaperSource() | |
| Method Detail |
|---|
deepClone | |
public java.lang.Object deepClone()
throws java.lang.Exception | |