Uses of Class
org.apache.fop.fo.pagination.SideRegion
-
Packages that use SideRegion Package Description org.apache.fop.fo.pagination All the pagination and declaration formatting objects.org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of SideRegion in org.apache.fop.fo.pagination
Subclasses of SideRegion 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
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. -
Uses of SideRegion in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as SideRegion Modifier and Type Field Description private SideRegion
StaticContentLayoutManager. regionFO
Methods in org.apache.fop.layoutmgr with parameters of type SideRegion Modifier and Type Method Description StaticContentLayoutManager
LayoutManagerMaker. makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, SideRegion reg)
Make a StaticContentLayoutManager object.StaticContentLayoutManager
LayoutManagerMapping. makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, SideRegion reg)
Make a StaticContentLayoutManager object.Constructors in org.apache.fop.layoutmgr with parameters of type SideRegion Constructor Description StaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent node, SideRegion reg)
Creates a new StaticContentLayoutManager.
-