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
Methods in com.openhtmltopdf.render that return BlockBox.ContentType Modifier and Type Method Description BlockBox.ContentTypeBlockBox. getChildrenContentType()static BlockBox.ContentTypeBlockBox.ContentType. valueOf(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 voidBlockBox. setChildrenContentType(BlockBox.ContentType contentType)
-