Uses of Class
org.apache.fop.fo.pagination.PageSequence
-
Packages that use PageSequence Package Description org.apache.fop.accessibility.fo org.apache.fop.area FOP's area tree.org.apache.fop.complexscripts.bidi 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.rtf RTF (Rich Text Format) Output Support -
-
Uses of PageSequence in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type PageSequence Modifier and Type Method Description voidFO2StructureTreeConverter. endPageSequence(PageSequence pageSeq)voidFO2StructureTreeConverter. startPageSequence(PageSequence pageSeq) -
Uses of PageSequence in org.apache.fop.area
Methods in org.apache.fop.area with parameters of type PageSequence Modifier and Type Method Description voidAreaTreeHandler. endPageSequence(PageSequence pageSequence)End the PageSequence.voidAreaTreeHandler. startPageSequence(PageSequence pageSequence) -
Uses of PageSequence in org.apache.fop.complexscripts.bidi
Methods in org.apache.fop.complexscripts.bidi with parameters of type PageSequence Modifier and Type Method Description static voidBidiResolver. resolveInlineDirectionality(PageSequence ps)Resolve inline directionality. -
Uses of PageSequence in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type PageSequence Modifier and Type Method Description voidDelegatingFOEventHandler. endPageSequence(PageSequence pageSeq)voidFOEventHandler. endPageSequence(PageSequence pageSeq)voidDelegatingFOEventHandler. startPageSequence(PageSequence pageSeq)voidFOEventHandler. startPageSequence(PageSequence pageSeq) -
Uses of PageSequence in org.apache.fop.fo.pagination
Methods in org.apache.fop.fo.pagination that return PageSequence Modifier and Type Method Description PageSequenceRoot. getLastPageSequence()Returns the last page sequence (current while parsing).PageSequenceRoot. getLastSeq()PageSequenceRoot. getSucceedingPageSequence(PageSequence current)Some properties, such as 'force-page-count', require a page-sequence to know about some properties of the next.Methods in org.apache.fop.fo.pagination with parameters of type PageSequence Modifier and Type Method Description voidRoot. addPageSequence(PageSequence pageSequence)Adds the specified page sequence.PageSequenceRoot. getSucceedingPageSequence(PageSequence current)Some properties, such as 'force-page-count', require a page-sequence to know about some properties of the next.voidRoot. setLastSeq(PageSequence seq) -
Uses of PageSequence in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return PageSequence Modifier and Type Method Description protected PageSequencePageSequenceLayoutManager. getPageSequence()Methods in org.apache.fop.layoutmgr with parameters of type PageSequence Modifier and Type Method Description PageSequenceLayoutManagerLayoutManagerMaker. makePageSequenceLayoutManager(AreaTreeHandler ath, PageSequence ps)Make a PageSequenceLayoutManager object.PageSequenceLayoutManagerLayoutManagerMapping. makePageSequenceLayoutManager(AreaTreeHandler ath, PageSequence ps)Make a PageSequenceLayoutManager object.Constructors in org.apache.fop.layoutmgr with parameters of type PageSequence Constructor Description PageProvider(AreaTreeHandler ath, PageSequence ps)Main constructor.PageSequenceLayoutManager(AreaTreeHandler ath, PageSequence pseq)Constructor -
Uses of PageSequence in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type PageSequence Modifier and Type Method Description voidRTFHandler. endPageSequence(PageSequence pageSeq)voidRTFHandler. startPageSequence(PageSequence pageSeq)
-