Uses of Interface
org.apache.fop.area.OffDocumentItem
-
Packages that use OffDocumentItem Package Description org.apache.fop.area FOP's area tree.org.apache.fop.render Generic renderer interface.org.apache.fop.render.intermediate org.apache.fop.render.xml Area Tree XML Renderer. -
-
Uses of OffDocumentItem in org.apache.fop.area
Classes in org.apache.fop.area that implement OffDocumentItem Modifier and Type Class Description classAbstractOffDocumentItemAbstract base class for objects that are processed by the renderer outside of the actual document.classBookmarkDataAn 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.classDestinationDataAn instance of this class is named destination from fox:destinationclassOffDocumentExtensionAttachmentThis 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 OffDocumentItem Modifier and Type Field Description private java.util.List<OffDocumentItem>RenderPagesModel. endDocODIprivate java.util.List<OffDocumentItem>RenderPagesModel. pendingODIMethods in org.apache.fop.area with parameters of type OffDocumentItem Modifier and Type Method Description private voidAreaTreeHandler. addOffDocumentItem(OffDocumentItem odi)Add a OffDocumentItem to the area tree model.voidAreaTreeModel. handleOffDocumentItem(OffDocumentItem ext)Handle an OffDocumentItemvoidRenderPagesModel. handleOffDocumentItem(OffDocumentItem oDI)Handle an OffDocumentItemMethod parameters in org.apache.fop.area with type arguments of type OffDocumentItem Modifier and Type Method Description private voidRenderPagesModel. processOffDocumentItems(java.util.List<OffDocumentItem> list) -
Uses of OffDocumentItem in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type OffDocumentItem Modifier and Type Method Description voidAbstractRenderer. processOffDocumentItem(OffDocumentItem odi)Tells the renderer to process an item not explicitly placed on the document (e.g., PDF bookmarks).voidRenderer. 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 OffDocumentItem Modifier and Type Method Description voidIFRenderer. 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 OffDocumentItem Modifier and Type Method Description voidAbstractXMLRenderer. processOffDocumentItem(OffDocumentItem oDI)Tells the renderer to process an item not explicitly placed on the document (e.g., PDF bookmarks).voidXMLRenderer. processOffDocumentItem(OffDocumentItem oDI)Tells the renderer to process an item not explicitly placed on the document (e.g., PDF bookmarks).
-