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 classClass 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 TypeMethodDescriptionvoidPDFStructElem.addKidInSpecificOrder(int position, PDFStructElem kid) voidPDFDocument.registerStructureElement(PDFStructElem structElem) Adds the given element to the structure tree.voidPDFDocument.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 PDFStructElemPDFStructureTreeBuilder.createStructureElement(String name, StructureHierarchyMember parent, Attributes attributes, PDFFactory pdfFactory, EventBroadcaster eventBroadcaster) PDFRenderingContext.getCurrentSessionStructElem()Methods in org.apache.fop.render.pdf with parameters of type PDFStructElemModifier and TypeMethodDescriptionvoidPDFRenderingContext.setCurrentSessionStructElem(PDFStructElem currentSessionStructElem)