Uses of Interface
org.apache.fop.accessibility.StructureTreeElement
Packages that use StructureTreeElement
Package
Description
Classes, constants and basic infrastructure for the FO tree.
All the block- and inline-level flow formatting objects.
Classes representing the various property types as well as supporting data structures for the FO tree.
FOP's layout engine.
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of StructureTreeElement in org.apache.fop.accessibility
Methods in org.apache.fop.accessibility that return StructureTreeElementModifier and TypeMethodDescriptionDummyStructureTreeEventHandler.startImageNode
(String name, Attributes attributes, StructureTreeElement parent) Starts an image node.StructureTree2SAXEventAdapter.startImageNode
(String name, Attributes attributes, StructureTreeElement parent) Starts an image node.StructureTreeEventHandler.startImageNode
(String name, Attributes attributes, StructureTreeElement parent) Starts an image node.DummyStructureTreeEventHandler.startNode
(String name, Attributes attributes, StructureTreeElement parent) Starts a structure tree node.StructureTree2SAXEventAdapter.startNode
(String name, Attributes attributes, StructureTreeElement parent) Starts a structure tree node.StructureTreeEventHandler.startNode
(String name, Attributes attributes, StructureTreeElement parent) Starts a structure tree node.DummyStructureTreeEventHandler.startReferencedNode
(String name, Attributes attributes, StructureTreeElement parent) Starts a node that can be referenced by other nodes.StructureTree2SAXEventAdapter.startReferencedNode
(String name, Attributes attributes, StructureTreeElement parent) Starts a node that can be referenced by other nodes.StructureTreeEventHandler.startReferencedNode
(String name, Attributes attributes, StructureTreeElement parent) Starts a node that can be referenced by other nodes.Methods in org.apache.fop.accessibility with parameters of type StructureTreeElementModifier and TypeMethodDescriptionDummyStructureTreeEventHandler.startImageNode
(String name, Attributes attributes, StructureTreeElement parent) Starts an image node.StructureTree2SAXEventAdapter.startImageNode
(String name, Attributes attributes, StructureTreeElement parent) Starts an image node.StructureTreeEventHandler.startImageNode
(String name, Attributes attributes, StructureTreeElement parent) Starts an image node.DummyStructureTreeEventHandler.startNode
(String name, Attributes attributes, StructureTreeElement parent) Starts a structure tree node.StructureTree2SAXEventAdapter.startNode
(String name, Attributes attributes, StructureTreeElement parent) Starts a structure tree node.StructureTreeEventHandler.startNode
(String name, Attributes attributes, StructureTreeElement parent) Starts a structure tree node.DummyStructureTreeEventHandler.startReferencedNode
(String name, Attributes attributes, StructureTreeElement parent) Starts a node that can be referenced by other nodes.StructureTree2SAXEventAdapter.startReferencedNode
(String name, Attributes attributes, StructureTreeElement parent) Starts a node that can be referenced by other nodes.StructureTreeEventHandler.startReferencedNode
(String name, Attributes attributes, StructureTreeElement parent) Starts a node that can be referenced by other nodes. -
Uses of StructureTreeElement in org.apache.fop.fo
Methods in org.apache.fop.fo that return StructureTreeElementModifier and TypeMethodDescriptionFONode.getStructureTreeElement()
Returns the structure tree element associated to this object.FOText.getStructureTreeElement()
Methods in org.apache.fop.fo with parameters of type StructureTreeElementModifier and TypeMethodDescriptionvoid
FONode.setStructureTreeElement
(StructureTreeElement structureTreeElement) Sets the structure tree element.void
FOText.setStructureTreeElement
(StructureTreeElement structureTreeElement) -
Uses of StructureTreeElement in org.apache.fop.fo.flow
Methods in org.apache.fop.fo.flow that return StructureTreeElementModifier and TypeMethodDescriptionAbstractGraphics.getStructureTreeElement()
AbstractPageNumberCitation.getStructureTreeElement()
AbstractRetrieveMarker.getStructureTreeElement()
BasicLink.getStructureTreeElement()
Character.getStructureTreeElement()
PageNumber.getStructureTreeElement()
Methods in org.apache.fop.fo.flow with parameters of type StructureTreeElementModifier and TypeMethodDescriptionvoid
AbstractGraphics.setStructureTreeElement
(StructureTreeElement structureTreeElement) void
AbstractPageNumberCitation.setStructureTreeElement
(StructureTreeElement structureTreeElement) void
AbstractRetrieveMarker.setStructureTreeElement
(StructureTreeElement structureTreeElement) void
BasicLink.setStructureTreeElement
(StructureTreeElement structureTreeElement) void
Character.setStructureTreeElement
(StructureTreeElement structureTreeElement) void
PageNumber.setStructureTreeElement
(StructureTreeElement structureTreeElement) -
Uses of StructureTreeElement in org.apache.fop.fo.properties
Methods in org.apache.fop.fo.properties that return StructureTreeElementModifier and TypeMethodDescriptionStructureTreeElementHolder.getStructureTreeElement()
Returns the element in the document's structure tree that corresponds to this instance. -
Uses of StructureTreeElement in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type StructureTreeElementModifier and TypeMethodDescriptionstatic void
TraitSetter.addStructureTreeElement
(Area area, StructureTreeElement structureTreeElement) Sets the structure tree element associated to the given area. -
Uses of StructureTreeElement in org.apache.fop.pdf
Classes in org.apache.fop.pdf that implement StructureTreeElementModifier and TypeClassDescriptionclass
Class representing a PDF Structure Element.static class
Class representing a placeholder for a PDF Structure Element. -
Uses of StructureTreeElement in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate that return StructureTreeElementModifier and TypeMethodDescriptionIFContext.getStructureTreeElement()
Returns the current structure tree element.Methods in org.apache.fop.render.intermediate with parameters of type StructureTreeElementModifier and TypeMethodDescriptionvoid
IFContext.setStructureTreeElement
(StructureTreeElement structureTreeElement) Sets the structure tree element to which the subsequently painted marks will correspond. -
Uses of StructureTreeElement in org.apache.fop.render.intermediate.extensions
Methods in org.apache.fop.render.intermediate.extensions that return StructureTreeElementModifier and TypeMethodDescriptionAbstractAction.getStructureTreeElement()
Returns the structure element corresponding to this action.Methods in org.apache.fop.render.intermediate.extensions with parameters of type StructureTreeElementModifier and TypeMethodDescriptionvoid
AbstractAction.setStructureTreeElement
(StructureTreeElement structureTreeElement) Sets the structure element corresponding to this action.Constructor parameters in org.apache.fop.render.intermediate.extensions with type arguments of type StructureTreeElementModifierConstructorDescriptionDocumentNavigationHandler
(IFDocumentNavigationHandler navHandler, Map<String, StructureTreeElement> structureTreeElements) Main constructor. -
Uses of StructureTreeElement in org.apache.fop.render.pdf
Classes in org.apache.fop.render.pdf that implement StructureTreeElementMethods in org.apache.fop.render.pdf that return StructureTreeElementModifier and TypeMethodDescriptionPDFStructureTreeBuilder.startImageNode
(String name, Attributes attributes, StructureTreeElement parent) PDFStructureTreeBuilder.startNode
(String name, Attributes attributes, StructureTreeElement parent) PDFStructureTreeBuilder.startReferencedNode
(String name, Attributes attributes, StructureTreeElement parent) Methods in org.apache.fop.render.pdf with parameters of type StructureTreeElementModifier and TypeMethodDescriptionPDFStructureTreeBuilder.startImageNode
(String name, Attributes attributes, StructureTreeElement parent) PDFStructureTreeBuilder.startNode
(String name, Attributes attributes, StructureTreeElement parent) PDFStructureTreeBuilder.startReferencedNode
(String name, Attributes attributes, StructureTreeElement parent)