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 classStandardStructureTypes.StructureTypeImplFields in org.apache.fop.pdf declared as StructureType Modifier and Type Field Description static StructureTypeStandardStructureTypes.InlineLevelStructure. ANNOTstatic StructureTypeStandardStructureTypes.Grouping. ARTstatic StructureTypeStandardStructureTypes.InlineLevelStructure. BIB_ENTRYstatic StructureTypeStandardStructureTypes.Grouping. BLOCK_QUOTEstatic StructureTypeStandardStructureTypes.Grouping. CAPTIONstatic StructureTypeStandardStructureTypes.InlineLevelStructure. CODEstatic StructureTypeStandardStructureTypes.Grouping. DIVstatic StructureTypeStandardStructureTypes.Grouping. DOCUMENTstatic StructureTypeStandardStructureTypes.Illustration. FIGUREstatic StructureTypeStandardStructureTypes.Illustration. FORMstatic StructureTypeStandardStructureTypes.Illustration. FORMULAstatic StructureTypeStandardStructureTypes.Paragraphlike. Hstatic StructureTypeStandardStructureTypes.Paragraphlike. H1static StructureTypeStandardStructureTypes.Paragraphlike. H2static StructureTypeStandardStructureTypes.Paragraphlike. H3static StructureTypeStandardStructureTypes.Paragraphlike. H4static StructureTypeStandardStructureTypes.Paragraphlike. H5static StructureTypeStandardStructureTypes.Paragraphlike. H6static StructureTypeStandardStructureTypes.Grouping. INDEXstatic StructureTypeStandardStructureTypes.List. Lstatic StructureTypeStandardStructureTypes.List. LBLstatic StructureTypeStandardStructureTypes.List. LBODYstatic StructureTypeStandardStructureTypes.List. LIstatic StructureTypeStandardStructureTypes.InlineLevelStructure. LINKstatic StructureTypeStandardStructureTypes.Grouping. NON_STRUCTstatic StructureTypeStandardStructureTypes.InlineLevelStructure. NOTEstatic StructureTypeStandardStructureTypes.Paragraphlike. Pstatic StructureTypeStandardStructureTypes.Grouping. PARTstatic StructureTypeStandardStructureTypes.Grouping. PRIVATEstatic StructureTypeStandardStructureTypes.InlineLevelStructure. QUOTEstatic StructureTypeStandardStructureTypes.RubyOrWarichu. RBstatic StructureTypeStandardStructureTypes.InlineLevelStructure. REFERENCEstatic StructureTypeStandardStructureTypes.RubyOrWarichu. RPstatic StructureTypeStandardStructureTypes.RubyOrWarichu. RTstatic StructureTypeStandardStructureTypes.RubyOrWarichu. RUBYstatic StructureTypeStandardStructureTypes.Grouping. SECTstatic StructureTypeStandardStructureTypes.InlineLevelStructure. SPANprivate StructureTypePDFStructElem. structureTypestatic StructureTypeStandardStructureTypes.Table. TABLEstatic StructureTypeStandardStructureTypes.Table. TBODYstatic StructureTypeStandardStructureTypes.Table. TDstatic StructureTypeStandardStructureTypes.Table. TFOOTstatic StructureTypeStandardStructureTypes.Table. THstatic StructureTypeStandardStructureTypes.Table. THEADstatic StructureTypeStandardStructureTypes.Grouping. TOCstatic StructureTypeStandardStructureTypes.Grouping. TOCIstatic StructureTypeStandardStructureTypes.Table. TRstatic StructureTypeStandardStructureTypes.RubyOrWarichu. WARICHUstatic StructureTypeStandardStructureTypes.RubyOrWarichu. WPstatic StructureTypeStandardStructureTypes.RubyOrWarichu. WTFields in org.apache.fop.pdf with type parameters of type StructureType Modifier and Type Field Description private static java.util.List<StructureType>PDFStructElem. BLSEprivate static java.util.Map<java.lang.String,StructureType>StandardStructureTypes. STRUCTURE_TYPESMethods in org.apache.fop.pdf that return StructureType Modifier and Type Method Description static StructureTypeStandardStructureTypes. get(java.lang.String name)Returns the standard structure type of the given name.StructureTypePDFStructElem. 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 StructureTypePDFStructureTreeBuilder.DefaultStructureElementBuilder. defaultStructureTypeMethods in org.apache.fop.render.pdf with parameters of type StructureType Modifier and Type Method Description private static voidPDFStructureTreeBuilder. addBuilder(java.lang.String fo, StructureType structureType)protected PDFStructElemPDFStructureTreeBuilder.DefaultStructureElementBuilder. createStructureElement(StructureHierarchyMember parent, StructureType structureType)protected PDFStructElemPDFStructureTreeBuilder.PageSequenceBuilder. createStructureElement(StructureHierarchyMember parent, StructureType structureType)protected PDFStructElemPDFStructureTreeBuilder.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)
-