Uses of Class
com.openhtmltopdf.css.parser.property.PageSize
-
Packages that use PageSize Package Description com.openhtmltopdf.css.parser.property -
-
Uses of PageSize in com.openhtmltopdf.css.parser.property
Fields in com.openhtmltopdf.css.parser.property declared as PageSize Modifier and Type Field Description static PageSize
PageSize. A3
ISO A3 media: 297mm wide and 420mm highstatic PageSize
PageSize. A4
IS0 A4 media: 210 mm wide and 297 mm highstatic PageSize
PageSize. A5
ISO A5 media: 148mm wide and 210 mm highstatic PageSize
PageSize. B3
ISO B3 media: 353mm wide by 500mm highstatic PageSize
PageSize. B4
ISO B4 media: 250mm wide by 353mm highstatic PageSize
PageSize. LEDGER
North American ledger: 11 inches wide by 17 inches highstatic PageSize
PageSize. LEGAL
North American legal: 8.5 inches wide by 14 inches highstatic PageSize
PageSize. LETTER
North American letter media: 8.5 inches wide and 11 inches highFields in com.openhtmltopdf.css.parser.property with type parameters of type PageSize Modifier and Type Field Description private static java.util.Map<java.lang.String,PageSize>
PageSize. SIZE_MAP
Methods in com.openhtmltopdf.css.parser.property that return PageSize Modifier and Type Method Description static PageSize
PageSize. getPageSize(java.lang.String pageSize)
-