Uses of Class
org.apache.fop.fo.pagination.Flow
-
Packages that use Flow Package Description org.apache.fop.accessibility.fo org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.pagination All the pagination and declaration formatting objects.org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.render.mif MIF Output Supportorg.apache.fop.render.rtf RTF (Rich Text Format) Output Support -
-
Uses of Flow in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type Flow Modifier and Type Method Description voidFO2StructureTreeConverter. endFlow(Flow fl)voidStructureTreeEventTrigger. endFlow(Flow fl)voidFO2StructureTreeConverter. startFlow(Flow fl)voidStructureTreeEventTrigger. startFlow(Flow fl) -
Uses of Flow in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type Flow Modifier and Type Method Description voidDelegatingFOEventHandler. endFlow(Flow fl)voidFOEventHandler. endFlow(Flow fl)voidDelegatingFOEventHandler. startFlow(Flow fl)voidFOEventHandler. startFlow(Flow fl)This method is called to indicate the start of a new fo:flow or fo:static-content. -
Uses of Flow in org.apache.fop.fo.pagination
Subclasses of Flow in org.apache.fop.fo.pagination Modifier and Type Class Description classStaticContentClass modelling thefo:static-contentobject.Fields in org.apache.fop.fo.pagination declared as Flow Modifier and Type Field Description private FlowPageSequence. mainFlowThe fo:flow object for this page-sequence.Methods in org.apache.fop.fo.pagination that return Flow Modifier and Type Method Description FlowPageSequence. getMainFlow()Public accessor for getting the MainFlow to which this PageSequence is attached.Methods in org.apache.fop.fo.pagination with parameters of type Flow Modifier and Type Method Description private voidPageSequence. addFlow(Flow flow)Add a flow or static content, mapped by its flow-name. -
Uses of Flow in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type Flow Modifier and Type Method Description FlowLayoutManagerLayoutManagerMaker. makeFlowLayoutManager(PageSequenceLayoutManager pslm, Flow flow)Make a FlowLayoutManager object.FlowLayoutManagerLayoutManagerMapping. makeFlowLayoutManager(PageSequenceLayoutManager pslm, Flow flow)Make a FlowLayoutManager object.Constructors in org.apache.fop.layoutmgr with parameters of type Flow Constructor Description FlowLayoutManager(PageSequenceLayoutManager pslm, Flow node)This is the top level layout manager. -
Uses of Flow in org.apache.fop.render.mif
Methods in org.apache.fop.render.mif with parameters of type Flow Modifier and Type Method Description voidMIFHandler. endFlow(Flow fl)voidMIFHandler. startFlow(Flow fl)This method is called to indicate the start of a new fo:flow or fo:static-content. -
Uses of Flow in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type Flow Modifier and Type Method Description voidRTFHandler. endFlow(Flow fl)voidRTFHandler. startFlow(Flow fl)This method is called to indicate the start of a new fo:flow or fo:static-content.
-