Uses of Class
org.apache.fop.fo.pagination.Region
-
Packages that use Region Package Description org.apache.fop.area FOP's area tree.org.apache.fop.fo.pagination All the pagination and declaration formatting objects. -
-
Uses of Region in org.apache.fop.area
Constructors in org.apache.fop.area with parameters of type Region Constructor Description RegionReference(Region regionFO, RegionViewport parent)
Create a new region reference area. -
Uses of Region in org.apache.fop.fo.pagination
Subclasses of Region in org.apache.fop.fo.pagination Modifier and Type Class Description class
RegionAfter
Class modelling thefo:region-after
object.class
RegionBA
Abstract base class forfo:region-before
andfo:region-after
.class
RegionBefore
Class modelling thefo:region-before
object.class
RegionBody
Class modelling thefo:region-body
object.class
RegionEnd
Class modelling thefo:region-end
object.class
RegionSE
Abstract base class forfo:region-start
andfo:region-end
.class
RegionStart
Class modelling thefo:region-start
object.class
SideRegion
Common base class for side regions (before, after, start, end).Methods in org.apache.fop.fo.pagination that return Region Modifier and Type Method 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.Methods in org.apache.fop.fo.pagination that return types with arguments of type Region Modifier and Type Method Description java.util.Map<java.lang.String,Region>
SimplePageMaster. getRegions()
Returns a Map of regions associated with this simple-page-masterMethods in org.apache.fop.fo.pagination with parameters of type Region Modifier and Type Method Description protected void
SimplePageMaster. addRegion(Region region)
Adds a region to this simple-page-master.
-