Uses of Class
org.apache.fop.fo.pagination.PageSequence
Packages that use PageSequence
Package
Description
FOP's area tree.
Classes, constants and basic infrastructure for the FO tree.
All the pagination and declaration formatting objects.
FOP's layout engine.
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 PageSequenceModifier and TypeMethodDescriptionvoidFO2StructureTreeConverter.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 PageSequenceModifier and TypeMethodDescriptionvoidAreaTreeHandler.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 PageSequenceModifier and TypeMethodDescriptionstatic 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 PageSequenceModifier and TypeMethodDescriptionvoidDelegatingFOEventHandler.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 PageSequenceModifier and TypeMethodDescriptionRoot.getLastPageSequence()Returns the last page sequence (current while parsing).Root.getLastSeq()Root.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 PageSequenceModifier and TypeMethodDescriptionvoidRoot.addPageSequence(PageSequence pageSequence) Adds the specified page sequence.Root.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 PageSequenceModifier and TypeMethodDescriptionprotected PageSequencePageSequenceLayoutManager.getPageSequence()Methods in org.apache.fop.layoutmgr with parameters of type PageSequenceModifier and TypeMethodDescriptionLayoutManagerMaker.makePageSequenceLayoutManager(AreaTreeHandler ath, PageSequence ps) Make a PageSequenceLayoutManager object.LayoutManagerMapping.makePageSequenceLayoutManager(AreaTreeHandler ath, PageSequence ps) Make a PageSequenceLayoutManager object.Constructors in org.apache.fop.layoutmgr with parameters of type PageSequenceModifierConstructorDescriptionPageProvider(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 PageSequenceModifier and TypeMethodDescriptionvoidRTFHandler.endPageSequence(PageSequence pageSeq) voidRTFHandler.startPageSequence(PageSequence pageSeq)