Uses of Class
com.openhtmltopdf.extend.StructureType
-
Packages that use StructureType Package Description com.openhtmltopdf.extend com.openhtmltopdf.java2d com.openhtmltopdf.pdfboxout -
-
Uses of StructureType in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend that return StructureType Modifier and Type Method Description static StructureType
StructureType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StructureType[]
StructureType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openhtmltopdf.extend with parameters of type StructureType Modifier and Type Method Description java.lang.Object
OutputDevice. startStructure(StructureType type, Box box)
Propagate the structure heirachy to allow for PDF/UA compliance. -
Uses of StructureType in com.openhtmltopdf.java2d
Methods in com.openhtmltopdf.java2d with parameters of type StructureType Modifier and Type Method Description java.lang.Object
Java2DOutputDevice. startStructure(StructureType type, Box box)
-
Uses of StructureType in com.openhtmltopdf.pdfboxout
-