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 classPDFStructElem.PlaceholderClass representing a placeholder for a PDF Structure Element.Fields in org.apache.fop.pdf declared as PDFStructElem Modifier and Type Field Description protected PDFStructElemPDFStructElem. parentElementFields in org.apache.fop.pdf with type parameters of type PDFStructElem Modifier and Type Field Description protected java.util.List<PDFStructElem>PDFDocument. structureTreeElementsMethods in org.apache.fop.pdf that return PDFStructElem Modifier and Type Method Description PDFStructElemPDFStructElem. 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 voidPDFStructElem. 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.pdf Modifier and Type Class Description classPageSequenceStructElemMethods in org.apache.fop.render.pdf that return PDFStructElem Modifier and Type Method Description static PDFStructElemPDFStructureTreeBuilder. createStructureElement(java.lang.String name, StructureHierarchyMember parent, org.xml.sax.Attributes attributes, PDFFactory pdfFactory, org.apache.fop.events.EventBroadcaster eventBroadcaster)PDFStructElemPDFRenderingContext. getCurrentSessionStructElem()Methods in org.apache.fop.render.pdf with parameters of type PDFStructElem Modifier and Type Method Description voidPDFRenderingContext. setCurrentSessionStructElem(PDFStructElem currentSessionStructElem)
-