Uses of Class
com.pd4ml.PageSize
-
Packages that use PageSize Package Description com.pd4ml com.pd4ml.pdf -
-
Uses of PageSize in com.pd4ml
Fields in com.pd4ml declared as PageSize Modifier and Type Field Description static PageSize
PageSize. A0
2384 x 3370 pointsstatic PageSize
PageSize. A1
1684 x 2384 pointsstatic PageSize
PageSize. A10
74 x 105 pointsstatic PageSize
PageSize. A2
1190 x 1684 pointsstatic PageSize
PageSize. A3
842 x 1190 points.static PageSize
PageSize. A4
595 x 842 points.static PageSize
PageSize. A5
421 x 595 points.static PageSize
PageSize. A6
297 x 421 pointsstatic PageSize
PageSize. A7
210 x 297 pointsstatic PageSize
PageSize. A8
148 x 210 pointsstatic PageSize
PageSize. A9
105 x 148 pointsstatic PageSize
PageSize. ArchA
648 x 864 pointsstatic PageSize
PageSize. ArchB
864 x 1296 pointsstatic PageSize
PageSize. ArchC
1296 x 1728 pointsstatic PageSize
PageSize. ArchD
1728 x 2592 pointsstatic PageSize
PageSize. ArchE
2592 x 3456 pointsstatic PageSize
PageSize. ArchE1
2160 x 3024 pointsstatic PageSize
PageSize. B4
This matches the standard, ISO dimensions: 250mm x 353mm.static PageSize
PageSize. B5
This matches the standard, ISO dimensions: 176mm x 250mm.static PageSize
PageSize. HALFLETTER
396 x 612 pointsstatic PageSize
PageSize. ISOB0
2836 x 4008 pointsstatic PageSize
PageSize. ISOB1
2004 x 2836 pointsstatic PageSize
PageSize. ISOB2
1418 x 2004 pointsstatic PageSize
PageSize. ISOB3
1002 x 1418 pointsstatic PageSize
PageSize. ISOB4
709 x 1002 pointsstatic PageSize
PageSize. ISOB5
501 x 709 pointsstatic PageSize
PageSize. JIS_B4
This correspond to the JIS standard dimensions: 257mm x 364mm.static PageSize
PageSize. JIS_B5
This correspond to the JIS standard dimensions: 182mm x 257mm.static PageSize
PageSize. LEDGER
1224 x 792 points.static PageSize
PageSize. LEGAL
612 x 1008 points.static PageSize
PageSize. LETTER
612 x 792 points.static PageSize
PageSize. NOTE
540 x 720 pointsstatic PageSize
PageSize. TABLOID
792 x 1224 pointsMethods in com.pd4ml that return PageSize Modifier and Type Method Description static PageSize
PageSize. getInstance(java.lang.String name)
PageSize
PD4ML. getPageSize(int pageNum)
Returns page dimensions object for a specified page number.PageSize
PageSize. rotate()
Methods in com.pd4ml with parameters of type PageSize Modifier and Type Method Description static int
PD4ML. predictPageHeight(PageMargins pageMargins, PageSize pageSize, int userSpace)
predicts page height for given conversion parametersstatic float
PD4ML. predictScale(PageMargins pageMargins, PageSize pageSize, int userSpace)
predicts document HTML-to-PDF mapping scale for given conversion parametersvoid
PD4ML. setPageSize(PageSize d)
defines page size for all document pages.void
PD4ML. setPageSize(PageSize d, java.lang.String scope)
defines page size for specified range(s) of pages -
Uses of PageSize in com.pd4ml.pdf
Methods in com.pd4ml.pdf that return PageSize Modifier and Type Method Description PageSize
PdfDocumentBase. getPageSize(int pageIndex)
returns page size
-