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 PageSizePageSize. A02384 x 3370 pointsstatic PageSizePageSize. A11684 x 2384 pointsstatic PageSizePageSize. A1074 x 105 pointsstatic PageSizePageSize. A21190 x 1684 pointsstatic PageSizePageSize. A3842 x 1190 points.static PageSizePageSize. A4595 x 842 points.static PageSizePageSize. A5421 x 595 points.static PageSizePageSize. A6297 x 421 pointsstatic PageSizePageSize. A7210 x 297 pointsstatic PageSizePageSize. A8148 x 210 pointsstatic PageSizePageSize. A9105 x 148 pointsstatic PageSizePageSize. ArchA648 x 864 pointsstatic PageSizePageSize. ArchB864 x 1296 pointsstatic PageSizePageSize. ArchC1296 x 1728 pointsstatic PageSizePageSize. ArchD1728 x 2592 pointsstatic PageSizePageSize. ArchE2592 x 3456 pointsstatic PageSizePageSize. ArchE12160 x 3024 pointsstatic PageSizePageSize. B4This matches the standard, ISO dimensions: 250mm x 353mm.static PageSizePageSize. B5This matches the standard, ISO dimensions: 176mm x 250mm.static PageSizePageSize. HALFLETTER396 x 612 pointsstatic PageSizePageSize. ISOB02836 x 4008 pointsstatic PageSizePageSize. ISOB12004 x 2836 pointsstatic PageSizePageSize. ISOB21418 x 2004 pointsstatic PageSizePageSize. ISOB31002 x 1418 pointsstatic PageSizePageSize. ISOB4709 x 1002 pointsstatic PageSizePageSize. ISOB5501 x 709 pointsstatic PageSizePageSize. JIS_B4This correspond to the JIS standard dimensions: 257mm x 364mm.static PageSizePageSize. JIS_B5This correspond to the JIS standard dimensions: 182mm x 257mm.static PageSizePageSize. LEDGER1224 x 792 points.static PageSizePageSize. LEGAL612 x 1008 points.static PageSizePageSize. LETTER612 x 792 points.static PageSizePageSize. NOTE540 x 720 pointsstatic PageSizePageSize. TABLOID792 x 1224 pointsMethods in com.pd4ml that return PageSize Modifier and Type Method Description static PageSizePageSize. getInstance(java.lang.String name)PageSizePD4ML. getPageSize(int pageNum)Returns page dimensions object for a specified page number.PageSizePageSize. rotate()Methods in com.pd4ml with parameters of type PageSize Modifier and Type Method Description static intPD4ML. predictPageHeight(PageMargins pageMargins, PageSize pageSize, int userSpace)predicts page height for given conversion parametersstatic floatPD4ML. predictScale(PageMargins pageMargins, PageSize pageSize, int userSpace)predicts document HTML-to-PDF mapping scale for given conversion parametersvoidPD4ML. setPageSize(PageSize d)defines page size for all document pages.voidPD4ML. 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 PageSizePdfDocumentBase. getPageSize(int pageIndex)returns page size
-