public interface Resolvable
Modifier and Type | Method and Description |
---|---|
String[] |
getIDRefs()
Get the array of idrefs of this resolvable object.
|
boolean |
isResolved()
Check if this area has been resolved.
|
void |
resolveIDRef(String id,
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()
String[] getIDRefs()
void resolveIDRef(String id, 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 © 2022 Apache Software Foundation. All rights reserved.