Uses of Enum Class
org.xhtmlrenderer.render.BlockBox.ContentType
Packages that use BlockBox.ContentType
-
Uses of BlockBox.ContentType in org.xhtmlrenderer.render
Fields in org.xhtmlrenderer.render declared as BlockBox.ContentTypeMethods in org.xhtmlrenderer.render that return BlockBox.ContentTypeModifier and TypeMethodDescription@NonNull BlockBox.ContentType
BlockBox.getChildrenContentType()
static BlockBox.ContentType
Returns 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 org.xhtmlrenderer.render with parameters of type BlockBox.ContentTypeModifier and TypeMethodDescriptionvoid
BlockBox.setChildrenContentType
(BlockBox.ContentType contentType)