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
Fields in com.openhtmltopdf.layout declared as LayoutContext.BlockBoxingState Modifier and Type Field Description private LayoutContext.BlockBoxingState
LayoutContext. _blockBoxingState
Methods in com.openhtmltopdf.layout that return LayoutContext.BlockBoxingState Modifier and Type Method Description LayoutContext.BlockBoxingState
LayoutContext. getBlockBoxingState()
static LayoutContext.BlockBoxingState
LayoutContext.BlockBoxingState. valueOf(java.lang.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 void
LayoutContext. setBlockBoxingState(LayoutContext.BlockBoxingState state)
-