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 TypeMethodDescriptionprivate org.apache.pdfbox.cos.COSDictionaryPdfBoxAccessibilityHelper.createBackgroundArtifact(StructureType type, Box box) PdfBoxAccessibilityHelper.createFigureContentStructureItem(StructureType type, Box box) PdfBoxAccessibilityHelper.createListItemLabelMarkedContent(StructureType type, Box box) PdfBoxAccessibilityHelper.createMarkedContentStructureItem(StructureType type, Box box) private org.apache.pdfbox.cos.COSDictionaryPdfBoxAccessibilityHelper.createPaginationArtifact(StructureType type, Box box) PdfBoxAccessibilityHelper.createStructureItem(StructureType type, Box box) PdfBoxAccessibilityHelper.startStructure(StructureType type, Box box) PdfBoxFastOutputDevice.startStructure(StructureType type, Box box) PdfBoxSlowOutputDevice.startStructure(StructureType type, Box box)