Uses of Class
com.openhtmltopdf.layout.LayoutContext.BlockBoxingState
-
Packages that use LayoutContext.BlockBoxingState Package Description com.openhtmltopdf.layout -
-
Uses of LayoutContext.BlockBoxingState in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return LayoutContext.BlockBoxingState Modifier and Type Method Description LayoutContext.BlockBoxingStateLayoutContext. getBlockBoxingState()static LayoutContext.BlockBoxingStateLayoutContext.BlockBoxingState. valueOf(String name)Returns the enum constant of this type with the specified name.static LayoutContext.BlockBoxingState[]LayoutContext.BlockBoxingState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openhtmltopdf.layout with parameters of type LayoutContext.BlockBoxingState Modifier and Type Method Description voidLayoutContext. setBlockBoxingState(LayoutContext.BlockBoxingState state)
-