Package | Description |
---|---|
org.apache.fop.area |
FOP's area tree.
|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
org.apache.fop.fo.flow |
All the block- and inline-level flow formatting objects.
|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
org.apache.fop.layoutmgr.table |
Layout managers for tables.
|
Modifier and Type | Method and Description |
---|---|
Marker |
PageViewport.resolveMarker(AbstractRetrieveMarker rm)
Resolve a marker from this page.
|
Modifier and Type | Method and Description |
---|---|
void |
PageViewport.registerMarkers(Map<String,Marker> marks,
boolean starting,
boolean isfirst,
boolean islast)
Register the markers for this page.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Marker> |
FObj.getMarkers() |
Modifier and Type | Method and Description |
---|---|
protected void |
FObj.addMarker(Marker marker)
Add the marker to this formatting object.
|
Modifier and Type | Method and Description |
---|---|
Marker |
Markers.resolve(AbstractRetrieveMarker arm)
Retrieves the best candidate marker for the given position.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractRetrieveMarker.bindMarker(Marker marker)
Clone the subtree of the given marker
|
Modifier and Type | Method and Description |
---|---|
void |
Markers.register(Map<String,Marker> marks,
boolean starting,
boolean isfirst,
boolean islast)
Registers a marker with the position traits set.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractLayoutManager.possiblyRegisterMarkersForTables(Map<String,Marker> markers,
boolean isStarting,
boolean isFirst,
boolean isLast) |
Modifier and Type | Method and Description |
---|---|
protected void |
TableLayoutManager.possiblyRegisterMarkersForTables(Map<String,Marker> markers,
boolean isStarting,
boolean isFirst,
boolean isLast) |
void |
TableLayoutManager.registerMarkers(Map<String,Marker> marks,
boolean starting,
boolean isfirst,
boolean islast)
Register the markers for this table.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.