Uses of Class
org.apache.fop.pdf.PDFStructElem
Packages that use PDFStructElem
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of PDFStructElem in org.apache.fop.pdf
Subclasses of PDFStructElem in org.apache.fop.pdfModifier and TypeClassDescriptionstatic class
Class representing a placeholder for a PDF Structure Element.Fields in org.apache.fop.pdf declared as PDFStructElemFields in org.apache.fop.pdf with type parameters of type PDFStructElemMethods in org.apache.fop.pdf that return PDFStructElemModifier and TypeMethodDescriptionPDFStructElem.getParentStructElem()
Returns the parent of this structure element.Methods in org.apache.fop.pdf that return types with arguments of type PDFStructElemModifier and TypeMethodDescriptionPDFDocument.getStructureTreeElements()
Get the Structural Tree Collection for this documentMethods in org.apache.fop.pdf with parameters of type PDFStructElemModifier and TypeMethodDescriptionvoid
PDFStructElem.addKidInSpecificOrder
(int position, PDFStructElem kid) void
PDFDocument.registerStructureElement
(PDFStructElem structElem) Adds the given element to the structure tree.void
PDFDocument.registerStructureElement
(PDFStructElem structElem, StandardStructureAttributes.Table.Scope scope) Assigns the given scope to the given element and adds it to the structure tree. -
Uses of PDFStructElem in org.apache.fop.render.pdf
Subclasses of PDFStructElem in org.apache.fop.render.pdfMethods in org.apache.fop.render.pdf that return PDFStructElemModifier and TypeMethodDescriptionstatic PDFStructElem
PDFStructureTreeBuilder.createStructureElement
(String name, StructureHierarchyMember parent, Attributes attributes, PDFFactory pdfFactory, org.apache.fop.events.EventBroadcaster eventBroadcaster) PDFRenderingContext.getCurrentSessionStructElem()
Methods in org.apache.fop.render.pdf with parameters of type PDFStructElemModifier and TypeMethodDescriptionvoid
PDFRenderingContext.setCurrentSessionStructElem
(PDFStructElem currentSessionStructElem)