| Modifier and Type | Field and Description |
|---|---|
static PdfRendererBuilder.PageSizeUnits |
PdfRendererBuilder.PAGE_SIZE_LETTER_UNITS |
| Modifier and Type | Method and Description |
|---|---|
static PdfRendererBuilder.PageSizeUnits |
PdfRendererBuilder.PageSizeUnits.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfRendererBuilder.PageSizeUnits[] |
PdfRendererBuilder.PageSizeUnits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PdfRendererBuilder |
PdfRendererBuilder.useDefaultPageSize(float pageWidth,
float pageHeight,
PdfRendererBuilder.PageSizeUnits units)
Specifies the default page size to use if none is specified in CSS.
|
Copyright © 2017. All rights reserved.