Uses of Class
org.apache.fop.pdf.PDFStructElem
-
Packages that use PDFStructElem Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.render.pdf PDF Renderer -
-
Uses of PDFStructElem in org.apache.fop.pdf
Subclasses of PDFStructElem in org.apache.fop.pdf Modifier and Type Class Description static class
PDFStructElem.Placeholder
Class representing a placeholder for a PDF Structure Element.Fields in org.apache.fop.pdf declared as PDFStructElem Modifier and Type Field Description protected PDFStructElem
PDFStructElem. parentElement
Fields in org.apache.fop.pdf with type parameters of type PDFStructElem Modifier and Type Field Description protected java.util.List<PDFStructElem>
PDFDocument. structureTreeElements
Methods in org.apache.fop.pdf that return PDFStructElem Modifier and Type Method Description PDFStructElem
PDFStructElem. getParentStructElem()
Returns the parent of this structure element.Methods in org.apache.fop.pdf that return types with arguments of type PDFStructElem Modifier and Type Method Description java.util.List<PDFStructElem>
PDFDocument. getStructureTreeElements()
Get the Structural Tree Collection for this documentMethods in org.apache.fop.pdf with parameters of type PDFStructElem Modifier and Type Method Description void
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.pdf Modifier and Type Class Description class
PageSequenceStructElem
Methods in org.apache.fop.render.pdf that return PDFStructElem Modifier and Type Method Description static PDFStructElem
PDFStructureTreeBuilder. createStructureElement(java.lang.String name, StructureHierarchyMember parent, org.xml.sax.Attributes attributes, PDFFactory pdfFactory, org.apache.fop.events.EventBroadcaster eventBroadcaster)
PDFStructElem
PDFRenderingContext. getCurrentSessionStructElem()
Methods in org.apache.fop.render.pdf with parameters of type PDFStructElem Modifier and Type Method Description void
PDFRenderingContext. setCurrentSessionStructElem(PDFStructElem currentSessionStructElem)
-