| Package | Description |
|---|---|
| org.apache.fop.area |
FOP's area tree.
|
| org.apache.fop.fo.pagination |
All the pagination and declaration formatting objects.
|
| Constructor and Description |
|---|
RegionReference(Region regionFO,
RegionViewport parent)
Create a new region reference area.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegionAfter
The fo:region-after element.
|
class |
RegionBA
Abstract base class for fo:region-before and fo:region-after.
|
class |
RegionBefore
The fo:region-before element.
|
class |
RegionBody
The fo:region-body element.
|
class |
RegionEnd
The fo:region-end element.
|
class |
RegionSE
Abstract base class for fo:region-start and fo:region-end.
|
class |
RegionStart
The fo:region-start element.
|
class |
SideRegion
Common base class for side regions (before, after, start, end).
|
| Modifier and Type | Method and Description |
|---|---|
Region |
SimplePageMaster.getRegion(int regionId)
Returns the region for a given region class.
|
protected Region |
Region.getSiblingRegion(int regionId)
Returns a sibling region for this region.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimplePageMaster.addRegion(Region region)
Adds a region to this simple-page-master.
|
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.