|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resolvable | |
---|---|
org.apache.fop.area | FOP's area tree. |
org.apache.fop.area.inline | FOP's area tree: inline-level areas |
org.apache.fop.layoutmgr | FOP's layout engine. |
Uses of Resolvable in org.apache.fop.area |
---|
Classes in org.apache.fop.area that implement Resolvable | |
---|---|
class |
BookmarkData
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 |
DestinationData
An instance of this class is named destination from fox:destination |
class |
LinkResolver
Link resolving for resolving internal links. |
class |
PageViewport
Page viewport that specifies the viewport area and holds the page contents. |
Methods in org.apache.fop.area with parameters of type Resolvable | |
---|---|
void |
IDTracker.addUnresolvedIDRef(java.lang.String idref,
Resolvable res)
Add an Resolvable object with an unresolved idref |
void |
AreaTreeHandler.addUnresolvedIDRef(java.lang.String idref,
Resolvable res)
Deprecated. use getIDTracker().addUnresolvedIDRef(idref, res) instead |
void |
PageViewport.addUnresolvedIDRef(java.lang.String idref,
Resolvable res)
Add an idref to this page. |
Uses of Resolvable in org.apache.fop.area.inline |
---|
Classes in org.apache.fop.area.inline that implement Resolvable | |
---|---|
class |
UnresolvedPageNumber
Unresolvable page number area. |
Uses of Resolvable in org.apache.fop.layoutmgr |
---|
Methods in org.apache.fop.layoutmgr with parameters of type Resolvable | |
---|---|
void |
AbstractPageSequenceLayoutManager.addUnresolvedArea(java.lang.String id,
Resolvable res)
Identify an unresolved area (one needing an idref to be resolved, e.g. |
|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |