Uses of Enum Class
com.openhtmltopdf.outputdevice.helper.BaseRendererBuilder.PageSizeUnits
Packages that use BaseRendererBuilder.PageSizeUnits
-
Uses of BaseRendererBuilder.PageSizeUnits in com.openhtmltopdf.outputdevice.helper
Fields in com.openhtmltopdf.outputdevice.helper declared as BaseRendererBuilder.PageSizeUnitsModifier and TypeFieldDescriptionstatic final BaseRendererBuilder.PageSizeUnits
BaseRendererBuilder.PAGE_SIZE_LETTER_UNITS
Methods in com.openhtmltopdf.outputdevice.helper that return BaseRendererBuilder.PageSizeUnitsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BaseRendererBuilder.PageSizeUnits[]
BaseRendererBuilder.PageSizeUnits.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openhtmltopdf.outputdevice.helper with parameters of type BaseRendererBuilder.PageSizeUnitsModifier and TypeMethodDescriptionfinal TFinalClass
BaseRendererBuilder.useDefaultPageSize
(float pageWidth, float pageHeight, BaseRendererBuilder.PageSizeUnits units) Specifies the default page size to use if none is specified in CSS.