Uses of Class
com.openhtmltopdf.outputdevice.helper.BaseRendererBuilder.PageSizeUnits
-
Packages that use BaseRendererBuilder.PageSizeUnits Package Description com.openhtmltopdf.outputdevice.helper -
-
Uses of BaseRendererBuilder.PageSizeUnits in com.openhtmltopdf.outputdevice.helper
Fields in com.openhtmltopdf.outputdevice.helper declared as BaseRendererBuilder.PageSizeUnits Modifier and Type Field Description static BaseRendererBuilder.PageSizeUnits
BaseRendererBuilder. PAGE_SIZE_LETTER_UNITS
Methods in com.openhtmltopdf.outputdevice.helper that return BaseRendererBuilder.PageSizeUnits Modifier and Type Method Description static BaseRendererBuilder.PageSizeUnits
BaseRendererBuilder.PageSizeUnits. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BaseRendererBuilder.PageSizeUnits[]
BaseRendererBuilder.PageSizeUnits. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openhtmltopdf.outputdevice.helper with parameters of type BaseRendererBuilder.PageSizeUnits Modifier and Type Method Description TFinalClass
BaseRendererBuilder. useDefaultPageSize(float pageWidth, float pageHeight, BaseRendererBuilder.PageSizeUnits units)
Specifies the default page size to use if none is specified in CSS.
-