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.PageSizeUnitsBaseRendererBuilder.PAGE_SIZE_LETTER_UNITSMethods 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 TFinalClassBaseRendererBuilder.useDefaultPageSize(float pageWidth, float pageHeight, BaseRendererBuilder.PageSizeUnits units) Specifies the default page size to use if none is specified in CSS.