Uses of Interface
org.apache.fop.pdf.StructureType
-
Packages that use StructureType 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 StructureType in org.apache.fop.pdf
Classes in org.apache.fop.pdf that implement StructureType Modifier and Type Class Description private static class
StandardStructureTypes.StructureTypeImpl
Fields in org.apache.fop.pdf declared as StructureType Modifier and Type Field Description static StructureType
StandardStructureTypes.InlineLevelStructure. ANNOT
static StructureType
StandardStructureTypes.Grouping. ART
static StructureType
StandardStructureTypes.InlineLevelStructure. BIB_ENTRY
static StructureType
StandardStructureTypes.Grouping. BLOCK_QUOTE
static StructureType
StandardStructureTypes.Grouping. CAPTION
static StructureType
StandardStructureTypes.InlineLevelStructure. CODE
static StructureType
StandardStructureTypes.Grouping. DIV
static StructureType
StandardStructureTypes.Grouping. DOCUMENT
static StructureType
StandardStructureTypes.Illustration. FIGURE
static StructureType
StandardStructureTypes.Illustration. FORM
static StructureType
StandardStructureTypes.Illustration. FORMULA
static StructureType
StandardStructureTypes.Paragraphlike. H
static StructureType
StandardStructureTypes.Paragraphlike. H1
static StructureType
StandardStructureTypes.Paragraphlike. H2
static StructureType
StandardStructureTypes.Paragraphlike. H3
static StructureType
StandardStructureTypes.Paragraphlike. H4
static StructureType
StandardStructureTypes.Paragraphlike. H5
static StructureType
StandardStructureTypes.Paragraphlike. H6
static StructureType
StandardStructureTypes.Grouping. INDEX
static StructureType
StandardStructureTypes.List. L
static StructureType
StandardStructureTypes.List. LBL
static StructureType
StandardStructureTypes.List. LBODY
static StructureType
StandardStructureTypes.List. LI
static StructureType
StandardStructureTypes.InlineLevelStructure. LINK
static StructureType
StandardStructureTypes.Grouping. NON_STRUCT
static StructureType
StandardStructureTypes.InlineLevelStructure. NOTE
static StructureType
StandardStructureTypes.Paragraphlike. P
static StructureType
StandardStructureTypes.Grouping. PART
static StructureType
StandardStructureTypes.Grouping. PRIVATE
static StructureType
StandardStructureTypes.InlineLevelStructure. QUOTE
static StructureType
StandardStructureTypes.RubyOrWarichu. RB
static StructureType
StandardStructureTypes.InlineLevelStructure. REFERENCE
static StructureType
StandardStructureTypes.RubyOrWarichu. RP
static StructureType
StandardStructureTypes.RubyOrWarichu. RT
static StructureType
StandardStructureTypes.RubyOrWarichu. RUBY
static StructureType
StandardStructureTypes.Grouping. SECT
static StructureType
StandardStructureTypes.InlineLevelStructure. SPAN
private StructureType
PDFStructElem. structureType
static StructureType
StandardStructureTypes.Table. TABLE
static StructureType
StandardStructureTypes.Table. TBODY
static StructureType
StandardStructureTypes.Table. TD
static StructureType
StandardStructureTypes.Table. TFOOT
static StructureType
StandardStructureTypes.Table. TH
static StructureType
StandardStructureTypes.Table. THEAD
static StructureType
StandardStructureTypes.Grouping. TOC
static StructureType
StandardStructureTypes.Grouping. TOCI
static StructureType
StandardStructureTypes.Table. TR
static StructureType
StandardStructureTypes.RubyOrWarichu. WARICHU
static StructureType
StandardStructureTypes.RubyOrWarichu. WP
static StructureType
StandardStructureTypes.RubyOrWarichu. WT
Fields in org.apache.fop.pdf with type parameters of type StructureType Modifier and Type Field Description private static java.util.Map<java.lang.String,StructureType>
StandardStructureTypes. STRUCTURE_TYPES
Methods in org.apache.fop.pdf that return StructureType Modifier and Type Method Description static StructureType
StandardStructureTypes. get(java.lang.String name)
Returns the standard structure type of the given name.StructureType
PDFStructElem. getStructureType()
Returns the structure type of this structure element.Constructors in org.apache.fop.pdf with parameters of type StructureType Constructor Description PDFStructElem(PDFObject parent, StructureType structureType)
Creates a new structure element. -
Uses of StructureType in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as StructureType Modifier and Type Field Description private StructureType
PDFStructureTreeBuilder.DefaultStructureElementBuilder. defaultStructureType
Methods in org.apache.fop.render.pdf with parameters of type StructureType Modifier and Type Method Description private static void
PDFStructureTreeBuilder. addBuilder(java.lang.String fo, StructureType structureType)
protected PDFStructElem
PDFStructureTreeBuilder.DefaultStructureElementBuilder. createStructureElement(StructureHierarchyMember parent, StructureType structureType)
protected PDFStructElem
PDFStructureTreeBuilder.PageSequenceBuilder. createStructureElement(StructureHierarchyMember parent, StructureType structureType)
protected PDFStructElem
PDFStructureTreeBuilder.TableBuilder. createStructureElement(StructureHierarchyMember parent, StructureType structureType)
Constructors in org.apache.fop.render.pdf with parameters of type StructureType Constructor Description DefaultStructureElementBuilder(StructureType structureType)
LanguageHolderBuilder(StructureType structureType)
PageSequenceStructElem(PDFObject parent, StructureType structureType)
TableStructElem(PDFObject parent, StructureType structureType)
-