Uses of Enum Class
org.xhtmlrenderer.render.BlockBox.ContentType
Packages that use BlockBox.ContentType
-
Uses of BlockBox.ContentType in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return BlockBox.ContentTypeModifier and TypeMethodDescription@NonNull BlockBox.ContentTypeBlockBox.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 org.xhtmlrenderer.render with parameters of type BlockBox.ContentTypeModifier and TypeMethodDescriptionvoidBlockBox.setChildrenContentType(BlockBox.ContentType contentType)