Uses of Enum Class
com.openhtmltopdf.extend.StructureType
Packages that use StructureType
-
Uses of StructureType in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend that return StructureTypeModifier and TypeMethodDescriptionstatic StructureTypeReturns the enum constant of this class with the specified name.static StructureType[]StructureType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openhtmltopdf.extend with parameters of type StructureTypeModifier and TypeMethodDescriptionOutputDevice.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 -
Uses of StructureType in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout with parameters of type StructureTypeModifier and TypeMethodDescriptioncom.openhtmltopdf.pdfboxout.PdfBoxAccessibilityHelper.TokenPdfBoxAccessibilityHelper.startStructure(StructureType type, Box box) PdfBoxFastOutputDevice.startStructure(StructureType type, Box box) PdfBoxSlowOutputDevice.startStructure(StructureType type, Box box)