Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.List<Resolvable>> |
Page.getUnresolvedReferences()
Get the map unresolved references from this page.
|
Modifier and Type | Method and Description |
---|---|
void |
LinkResolver.addDependent(Resolvable dependent)
Add dependent resolvable.
|
void |
PageViewport.addUnresolvedIDRef(java.lang.String idref,
Resolvable res)
Add an idref to this page.
|
void |
AreaTreeHandler.addUnresolvedIDRef(java.lang.String idref,
Resolvable res)
Deprecated.
use getIDTracker().addUnresolvedIDRef(idref, res) instead
|
void |
IDTracker.addUnresolvedIDRef(java.lang.String idref,
Resolvable res)
Add an Resolvable object with an unresolved idref
|
Modifier and Type | Method and Description |
---|---|
void |
Page.setUnresolvedReferences(java.util.Map<java.lang.String,java.util.List<Resolvable>> unres)
Set the unresolved references on this page for serializing.
|
Modifier and Type | Class and Description |
---|---|
class |
UnresolvedPageNumber
Unresolvable page number area.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPageSequenceLayoutManager.addUnresolvedArea(java.lang.String id,
Resolvable res)
Identify an unresolved area (one needing an idref to be
resolved, e.g.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.