BookmarkData
, DestinationData
, LinkResolver
, PageViewport
, UnresolvedPageNumber
public interface Resolvable
Modifier and Type | Method | Description |
---|---|---|
java.lang.String[] |
getIDRefs() |
Get the array of idrefs of this resolvable object.
|
boolean |
isResolved() |
Check if this area has been resolved.
|
void |
resolveIDRef(java.lang.String id,
java.util.List<PageViewport> pages) |
This method allows the Resolvable object to resolve one of
its unresolved idrefs with the actual set of PageViewports
containing the target ID.
|
boolean isResolved()
java.lang.String[] getIDRefs()
void resolveIDRef(java.lang.String id, java.util.List<PageViewport> pages)
id
- an ID matching one of the Resolvable object's
unresolved idref's.pages
- the list of PageViewports with the given IDCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.