Uses of Class
org.apache.fop.layoutmgr.PageSequenceLayoutManager
-
Packages that use PageSequenceLayoutManager Package Description org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. -
-
Uses of PageSequenceLayoutManager in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as PageSequenceLayoutManager Modifier and Type Field Description protected PageSequenceLayoutManagerAbstractBreaker. pslmMethods in org.apache.fop.layoutmgr that return PageSequenceLayoutManager Modifier and Type Method Description PageSequenceLayoutManagerAbstractLayoutManager. getPSLM()Get the active PageSequenceLayoutManager instance for this layout process.PageSequenceLayoutManagerExternalDocumentLayoutManager. getPSLM()Get the active PageSequenceLayoutManager instance for this layout process.PageSequenceLayoutManagerLayoutManager. getPSLM()Get the active PageSequenceLayoutManager instance for this layout process.PageSequenceLayoutManagerPageSequenceLayoutManager. getPSLM()Provides access to this objectPageSequenceLayoutManagerLayoutManagerMaker. makePageSequenceLayoutManager(AreaTreeHandler ath, PageSequence ps)Make a PageSequenceLayoutManager object.PageSequenceLayoutManagerLayoutManagerMapping. makePageSequenceLayoutManager(AreaTreeHandler ath, PageSequence ps)Make a PageSequenceLayoutManager object.Methods in org.apache.fop.layoutmgr with parameters of type PageSequenceLayoutManager Modifier and Type Method Description ContentLayoutManagerLayoutManagerMaker. makeContentLayoutManager(PageSequenceLayoutManager pslm, Title title)Make a ContentLayoutManager object.ContentLayoutManagerLayoutManagerMapping. makeContentLayoutManager(PageSequenceLayoutManager pslm, Title title)Make a ContentLayoutManager object.FlowLayoutManagerLayoutManagerMaker. makeFlowLayoutManager(PageSequenceLayoutManager pslm, Flow flow)Make a FlowLayoutManager object.FlowLayoutManagerLayoutManagerMapping. makeFlowLayoutManager(PageSequenceLayoutManager pslm, Flow flow)Make a FlowLayoutManager object.StaticContentLayoutManagerLayoutManagerMaker. makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, Block block)Make a StaticContentLayoutManager object for a footnote-separator.StaticContentLayoutManagerLayoutManagerMaker. makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, SideRegion reg)Make a StaticContentLayoutManager object.StaticContentLayoutManagerLayoutManagerMapping. makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, Block block)Make a StaticContentLayoutManager object for a footnote-separator.StaticContentLayoutManagerLayoutManagerMapping. makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, SideRegion reg)Make a StaticContentLayoutManager object.Constructors in org.apache.fop.layoutmgr with parameters of type PageSequenceLayoutManager Constructor Description FlowLayoutManager(PageSequenceLayoutManager pslm, Flow node)This is the top level layout manager.PageBreaker(PageSequenceLayoutManager pslm)Construct page breaker.StaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent node, Block block)Creates a new StaticContentLayoutManager.StaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent node, SideRegion reg)Creates a new StaticContentLayoutManager. -
Uses of PageSequenceLayoutManager in org.apache.fop.layoutmgr.inline
Methods in org.apache.fop.layoutmgr.inline that return PageSequenceLayoutManager Modifier and Type Method Description PageSequenceLayoutManagerContentLayoutManager. getPSLM()Get the active PageSequenceLayoutManager instance for this layout process.Constructors in org.apache.fop.layoutmgr.inline with parameters of type PageSequenceLayoutManager Constructor Description ContentLayoutManager(PageSequenceLayoutManager pslm, Title foTitle)Constructor using a fo:title formatting object and its PageSequenceLayoutManager parent.
-