Uses of Class
com.openhtmltopdf.extend.StructureType
-
Packages that use StructureType Package Description com.openhtmltopdf.extend -
-
Uses of StructureType in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend that return StructureType Modifier and Type Method Description static StructureTypeStructureType. valueOf(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 ObjectOutputDevice. startStructure(StructureType type, Box box)Propagate the structure heirachy to allow for PDF/UA compliance.
-