Package | Description |
---|---|
org.apache.fop.accessibility | |
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
org.apache.fop.fo.flow |
All the block- and inline-level flow formatting objects.
|
org.apache.fop.fo.properties |
Classes representing the various property types as well as supporting data structures for the FO tree.
|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render.intermediate | |
org.apache.fop.render.intermediate.extensions | |
org.apache.fop.render.pdf |
PDF Renderer
|
Modifier and Type | Method and Description |
---|---|
StructureTreeElement |
StructureTree2SAXEventAdapter.startImageNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
Starts an image node.
|
StructureTreeElement |
DummyStructureTreeEventHandler.startImageNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
Starts an image node.
|
StructureTreeElement |
StructureTreeEventHandler.startImageNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
Starts an image node.
|
StructureTreeElement |
StructureTree2SAXEventAdapter.startNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
Starts a structure tree node.
|
StructureTreeElement |
DummyStructureTreeEventHandler.startNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
Starts a structure tree node.
|
StructureTreeElement |
StructureTreeEventHandler.startNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
Starts a structure tree node.
|
StructureTreeElement |
StructureTree2SAXEventAdapter.startReferencedNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
Starts a node that can be referenced by other nodes.
|
StructureTreeElement |
DummyStructureTreeEventHandler.startReferencedNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
Starts a node that can be referenced by other nodes.
|
StructureTreeElement |
StructureTreeEventHandler.startReferencedNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
Starts a node that can be referenced by other nodes.
|
Modifier and Type | Method and Description |
---|---|
StructureTreeElement |
StructureTree2SAXEventAdapter.startImageNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
Starts an image node.
|
StructureTreeElement |
DummyStructureTreeEventHandler.startImageNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
Starts an image node.
|
StructureTreeElement |
StructureTreeEventHandler.startImageNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
Starts an image node.
|
StructureTreeElement |
StructureTree2SAXEventAdapter.startNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
Starts a structure tree node.
|
StructureTreeElement |
DummyStructureTreeEventHandler.startNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
Starts a structure tree node.
|
StructureTreeElement |
StructureTreeEventHandler.startNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
Starts a structure tree node.
|
StructureTreeElement |
StructureTree2SAXEventAdapter.startReferencedNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
Starts a node that can be referenced by other nodes.
|
StructureTreeElement |
DummyStructureTreeEventHandler.startReferencedNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
Starts a node that can be referenced by other nodes.
|
StructureTreeElement |
StructureTreeEventHandler.startReferencedNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
Starts a node that can be referenced by other nodes.
|
Modifier and Type | Method and Description |
---|---|
StructureTreeElement |
FONode.getStructureTreeElement()
Returns the structure tree element associated to this object.
|
StructureTreeElement |
FOText.getStructureTreeElement() |
Modifier and Type | Method and Description |
---|---|
void |
FONode.setStructureTreeElement(StructureTreeElement structureTreeElement)
Sets the structure tree element.
|
void |
FOText.setStructureTreeElement(StructureTreeElement structureTreeElement) |
Modifier and Type | Method and Description |
---|---|
StructureTreeElement |
PageNumber.getStructureTreeElement() |
StructureTreeElement |
Character.getStructureTreeElement() |
StructureTreeElement |
AbstractGraphics.getStructureTreeElement() |
StructureTreeElement |
AbstractRetrieveMarker.getStructureTreeElement() |
StructureTreeElement |
AbstractPageNumberCitation.getStructureTreeElement() |
StructureTreeElement |
BasicLink.getStructureTreeElement() |
Modifier and Type | Method and Description |
---|---|
void |
PageNumber.setStructureTreeElement(StructureTreeElement structureTreeElement) |
void |
Character.setStructureTreeElement(StructureTreeElement structureTreeElement) |
void |
AbstractGraphics.setStructureTreeElement(StructureTreeElement structureTreeElement) |
void |
AbstractRetrieveMarker.setStructureTreeElement(StructureTreeElement structureTreeElement) |
void |
AbstractPageNumberCitation.setStructureTreeElement(StructureTreeElement structureTreeElement) |
void |
BasicLink.setStructureTreeElement(StructureTreeElement structureTreeElement) |
Modifier and Type | Method and Description |
---|---|
StructureTreeElement |
StructureTreeElementHolder.getStructureTreeElement()
Returns the element in the document's structure tree that corresponds to this instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
TraitSetter.addStructureTreeElement(Area area,
StructureTreeElement structureTreeElement)
Sets the structure tree element associated to the given area.
|
Modifier and Type | Class and Description |
---|---|
class |
PDFStructElem
Class representing a PDF Structure Element.
|
static class |
PDFStructElem.Placeholder
Class representing a placeholder for a PDF Structure Element.
|
Modifier and Type | Method and Description |
---|---|
StructureTreeElement |
IFContext.getStructureTreeElement()
Returns the current structure tree element.
|
Modifier and Type | Method and Description |
---|---|
void |
IFContext.setStructureTreeElement(StructureTreeElement structureTreeElement)
Sets the structure tree element to which the subsequently painted marks
will correspond.
|
Modifier and Type | Method and Description |
---|---|
StructureTreeElement |
AbstractAction.getStructureTreeElement()
Returns the structure element corresponding to this action.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAction.setStructureTreeElement(StructureTreeElement structureTreeElement)
Sets the structure element corresponding to this action.
|
Constructor and Description |
---|
DocumentNavigationHandler(IFDocumentNavigationHandler navHandler,
java.util.Map<java.lang.String,StructureTreeElement> structureTreeElements)
Main constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
PageSequenceStructElem |
Modifier and Type | Method and Description |
---|---|
StructureTreeElement |
PDFStructureTreeBuilder.startImageNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent) |
StructureTreeElement |
PDFStructureTreeBuilder.startNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent) |
StructureTreeElement |
PDFStructureTreeBuilder.startReferencedNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent) |
Modifier and Type | Method and Description |
---|---|
StructureTreeElement |
PDFStructureTreeBuilder.startImageNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent) |
StructureTreeElement |
PDFStructureTreeBuilder.startNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent) |
StructureTreeElement |
PDFStructureTreeBuilder.startReferencedNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent) |
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.