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 classRegionAfterClass modelling thefo:region-afterobject.classRegionBAAbstract base class forfo:region-beforeandfo:region-after.classRegionBeforeClass modelling thefo:region-beforeobject.classRegionEndClass modelling thefo:region-endobject.classRegionSEAbstract base class forfo:region-startandfo:region-end.classRegionStartClass modelling thefo:region-startobject. -
Uses of SideRegion in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as SideRegion Modifier and Type Field Description private SideRegionStaticContentLayoutManager. regionFOMethods in org.apache.fop.layoutmgr with parameters of type SideRegion Modifier and Type Method Description StaticContentLayoutManagerLayoutManagerMaker. makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, SideRegion reg)Make a StaticContentLayoutManager object.StaticContentLayoutManagerLayoutManagerMapping. 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.
-