fop 2.0

Uses of Class
org.apache.fop.pdf.PDFStructElem

Packages that use PDFStructElem
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. 
 

Uses of PDFStructElem in org.apache.fop.pdf
 

Subclasses of PDFStructElem in org.apache.fop.pdf
static class PDFStructElem.Placeholder
          Class representing a placeholder for a PDF Structure Element.
 

Fields in org.apache.fop.pdf declared as PDFStructElem
protected  PDFStructElem PDFStructElem.parentElement
           
 

Fields in org.apache.fop.pdf with type parameters of type PDFStructElem
protected  java.util.List<PDFStructElem> PDFDocument.structureTreeElements
           
 

Methods in org.apache.fop.pdf that return PDFStructElem
 PDFStructElem PDFStructElem.getParentStructElem()
          Returns the parent of this structure element.
 

Methods in org.apache.fop.pdf that return types with arguments of type PDFStructElem
 java.util.List<PDFStructElem> PDFDocument.getStructureTreeElements()
          Get the Structural Tree Collection for this document
 

Methods in org.apache.fop.pdf with parameters of type PDFStructElem
 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.
 


fop 2.0

Copyright 1999-2015 The Apache Software Foundation. All Rights Reserved.