![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.pdf.kit.PageSize
Encapsulates predefined page sizes, including A0, A1, A2, A3, A4, A5, A6, B5, Letter, Legal, Ledger and P11x17.
Field Summary | |
static PageSize |
A0
predefined page size - A0 . |
static PageSize |
A1
predefined page size - A1 . |
static PageSize |
A2
predefined page size - A2 . |
static PageSize |
A3
predefined page size - A3 . |
static PageSize |
A4
predefined page size - A4 . |
static PageSize |
A5
predefined page size - A5 . |
static PageSize |
A6
predefined page size - A6 . |
static PageSize |
B5
predefined page size - B5 . |
static PageSize |
LEDGER
predefined page size - LEDGER . |
static PageSize |
LEGAL
predefined page size - LEGAL . |
static PageSize |
LETTER
predefined page size - LETTER . |
static PageSize |
P11x17
predefined page size - P11x17 . |
Constructor Summary | |
PageSize(float x,
float y)
Initializes a new instance of the PageSize class. |
Method Summary | |
boolean |
getIsLandscape()
The getter of the isLandscape member. |
float |
height()
Gets the page's height |
void |
setIsLandscape(boolean isLandscape)
The setter of the isLandscape member. |
float |
width()
Gets the page's width |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final PageSize A0
public static final PageSize A1
public static final PageSize A2
public static final PageSize A3
public static final PageSize A4
public static final PageSize A5
public static final PageSize A6
public static final PageSize B5
public static final PageSize LETTER
public static final PageSize LEGAL
public static final PageSize LEDGER
public static final PageSize P11x17
Constructor Detail |
public PageSize(float x, float y)
x
- The width of the pagey
- The height of the pageMethod Detail |
public boolean getIsLandscape()
public void setIsLandscape(boolean isLandscape)
isLandscape
- The bool value that indicates the page is landscape or portrait.public float width()
public float height()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |