Uses of Interface
org.apache.fop.area.Resolvable
-
Packages that use Resolvable Package Description org.apache.fop.area FOP's area tree.org.apache.fop.area.inline FOP's area tree: inline-level areasorg.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of Resolvable in org.apache.fop.area
Classes in org.apache.fop.area that implement Resolvable Modifier and Type Class Description 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:destinationclassLinkResolverLink resolving for resolving internal links.classPageViewportPage viewport that specifies the viewport area and holds the page contents.Methods in org.apache.fop.area that return types with arguments of type Resolvable Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<Resolvable>>Page. getUnresolvedReferences()Get the map unresolved references from this page.Methods in org.apache.fop.area with parameters of type Resolvable Modifier and Type Method Description voidLinkResolver. addDependent(Resolvable dependent)Add dependent resolvable.voidAreaTreeHandler. addUnresolvedIDRef(java.lang.String idref, Resolvable res)Deprecated.use getIDTracker().addUnresolvedIDRef(idref, res) insteadvoidIDTracker. addUnresolvedIDRef(java.lang.String idref, Resolvable res)Add an Resolvable object with an unresolved idrefvoidPageViewport. addUnresolvedIDRef(java.lang.String idref, Resolvable res)Add an idref to this page.Method parameters in org.apache.fop.area with type arguments of type Resolvable Modifier and Type Method Description voidPage. setUnresolvedReferences(java.util.Map<java.lang.String,java.util.List<Resolvable>> unres)Set the unresolved references on this page for serializing. -
Uses of Resolvable in org.apache.fop.area.inline
Classes in org.apache.fop.area.inline that implement Resolvable Modifier and Type Class Description classUnresolvedPageNumberUnresolvable page number area. -
Uses of Resolvable in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type Resolvable Modifier and Type Method Description voidAbstractPageSequenceLayoutManager. addUnresolvedArea(java.lang.String id, Resolvable res)Identify an unresolved area (one needing an idref to be resolved, e.g.
-