org.apache.fop.fo.pagination
Class Region
org.apache.fop.fo.FONode
|
+--org.apache.fop.fo.FObj
|
+--org.apache.fop.fo.pagination.Region
- Direct Known Subclasses:
- RegionAfter, RegionBefore, RegionBody
- public abstract class Region
- extends FObj
This is an abstract base class for pagination regions
Method Summary |
boolean | generatesReferenceAreas() |
abstract String | getRegionClass() |
String | getRegionName() Returns the name of this region |
(package private) abstract RegionArea | makeRegionArea(int allocationRectangleXPosition, int allocationRectangleYPosition, int allocationRectangleWidth, int allocationRectangleHeight) Creates a Region layout object for this pagination Region. |
Methods inherited from class org.apache.fop.fo.FONode |
forceStartOffset, forceWidth, getLinkSet, getMarkerSnapshot, getParent, removeAreas, resetMarker, rollback, setBodyIndent, setDistanceBetweenStarts, setIsInLabel, setIsInListBody, setIsInTableCell, setLabelSeparation, setLinkSet, setOrphans, setWidows |
PROP_REGION_NAME
public final static String PROP_REGION_NAME
generatesReferenceAreas
public boolean generatesReferenceAreas()
getRegionClass
public abstract String getRegionClass()
getRegionName
public String getRegionName()
- Returns the name of this region
makeRegionArea
abstract RegionArea makeRegionArea(int allocationRectangleXPosition, int allocationRectangleYPosition, int allocationRectangleWidth, int allocationRectangleHeight)
- Creates a Region layout object for this pagination Region.
to Class java.lang.String
to Class org.apache.fop.fo.pagination.SimplePageMaster
to Class java.lang.String