Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
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 |
|
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 |
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.
|
Constructor | Description |
---|---|
PDFStructElem(PDFObject parent,
StructureType structureType) |
Creates a new structure element.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.