Uses of Class
com.openhtmltopdf.render.BlockBox.ContentType
-
Packages that use BlockBox.ContentType Package Description com.openhtmltopdf.render -
-
Uses of BlockBox.ContentType in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as BlockBox.ContentType Modifier and Type Field Description private BlockBox.ContentType
BlockBox. _childrenContentType
Methods in com.openhtmltopdf.render that return BlockBox.ContentType Modifier and Type Method Description BlockBox.ContentType
BlockBox. getChildrenContentType()
static BlockBox.ContentType
BlockBox.ContentType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BlockBox.ContentType[]
BlockBox.ContentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openhtmltopdf.render with parameters of type BlockBox.ContentType Modifier and Type Method Description void
BlockBox. setChildrenContentType(BlockBox.ContentType contentType)
-