public class ITextUtil extends Object
iText framework| Constructor and Description |
|---|
ITextUtil() |
| Modifier and Type | Method and Description |
|---|---|
static com.lowagie.text.Rectangle |
getDefaultPageSize()
Set the default page size for the document depending the user's country.
|
static String |
getPageSize(com.lowagie.text.Rectangle rect)
Return a page size as String.
|
static boolean |
isPageSizeSupported(String aPageSize)
Return
true if the page size is supported by PageSize class, false otherwise. |
public static com.lowagie.text.Rectangle getDefaultPageSize()
PageSizepublic static String getPageSize(com.lowagie.text.Rectangle rect)
rect - a Rectangle defined in PageSize.PageSizepublic static boolean isPageSizeSupported(String aPageSize)
true if the page size is supported by PageSize class, false otherwise.aPageSize - a page sizetrue if the page size is supported, false otherwisePageSizeCopyright © 2005–2019 The Apache Software Foundation. All rights reserved.