Uses of Enum Class
com.openhtmltopdf.render.BlockBox.ContentType
Packages that use BlockBox.ContentType
-
Uses of BlockBox.ContentType in com.openhtmltopdf.render
Subclasses with type arguments of type BlockBox.ContentType in com.openhtmltopdf.renderModifier and TypeClassDescriptionstatic enumWhat type of direct child content this block box contains.Fields in com.openhtmltopdf.render declared as BlockBox.ContentTypeMethods in com.openhtmltopdf.render that return BlockBox.ContentTypeModifier and TypeMethodDescriptionBlockBox.getChildrenContentType()static BlockBox.ContentTypeReturns the enum constant of this class with the specified name.static BlockBox.ContentType[]BlockBox.ContentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openhtmltopdf.render with parameters of type BlockBox.ContentTypeModifier and TypeMethodDescriptionvoidBlockBox.setChildrenContentType(BlockBox.ContentType contentType)