Uses of Interface
org.apache.fop.area.OffDocumentItem
Packages that use OffDocumentItem
Package
Description
FOP's area tree.
Generic renderer interface.
Area Tree XML Renderer.
-
Uses of OffDocumentItem in org.apache.fop.area
Classes in org.apache.fop.area that implement OffDocumentItemModifier and TypeClassDescriptionclass
Abstract base class for objects that are processed by the renderer outside of the actual document.class
An instance of this class is either a PDF bookmark-tree and its child bookmark-items, or a bookmark-item and the child child bookmark-items under it.class
An instance of this class is named destination from fox:destinationclass
This class wraps ExtensionAttachments which cannot be transported inside the area tree but need to be handled in the AreaTreeHandler.Fields in org.apache.fop.area with type parameters of type OffDocumentItemModifier and TypeFieldDescriptionprivate List
<OffDocumentItem> RenderPagesModel.endDocODI
private List
<OffDocumentItem> RenderPagesModel.pendingODI
Methods in org.apache.fop.area with parameters of type OffDocumentItemModifier and TypeMethodDescriptionprivate void
AreaTreeHandler.addOffDocumentItem
(OffDocumentItem odi) Add a OffDocumentItem to the area tree model.void
AreaTreeModel.handleOffDocumentItem
(OffDocumentItem ext) Handle an OffDocumentItemvoid
RenderPagesModel.handleOffDocumentItem
(OffDocumentItem oDI) Handle an OffDocumentItemMethod parameters in org.apache.fop.area with type arguments of type OffDocumentItemModifier and TypeMethodDescriptionprivate void
RenderPagesModel.processOffDocumentItems
(List<OffDocumentItem> list) -
Uses of OffDocumentItem in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type OffDocumentItemModifier and TypeMethodDescriptionvoid
AbstractRenderer.processOffDocumentItem
(OffDocumentItem odi) Tells the renderer to process an item not explicitly placed on the document (e.g., PDF bookmarks).void
Renderer.processOffDocumentItem
(OffDocumentItem odi) Tells the renderer to process an item not explicitly placed on the document (e.g., PDF bookmarks). -
Uses of OffDocumentItem in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type OffDocumentItemModifier and TypeMethodDescriptionvoid
IFRenderer.processOffDocumentItem
(OffDocumentItem odi) Tells the renderer to process an item not explicitly placed on the document (e.g., PDF bookmarks). -
Uses of OffDocumentItem in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type OffDocumentItemModifier and TypeMethodDescriptionvoid
AbstractXMLRenderer.processOffDocumentItem
(OffDocumentItem oDI) Tells the renderer to process an item not explicitly placed on the document (e.g., PDF bookmarks).void
XMLRenderer.processOffDocumentItem
(OffDocumentItem oDI) Tells the renderer to process an item not explicitly placed on the document (e.g., PDF bookmarks).