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 void
FO2StructureTreeConverter. endPageSequence(PageSequence pageSeq)
void
FO2StructureTreeConverter. 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 void
AreaTreeHandler. endPageSequence(PageSequence pageSequence)
End the PageSequence.void
AreaTreeHandler. 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 void
BidiResolver. 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 void
DelegatingFOEventHandler. endPageSequence(PageSequence pageSeq)
void
FOEventHandler. endPageSequence(PageSequence pageSeq)
void
DelegatingFOEventHandler. startPageSequence(PageSequence pageSeq)
void
FOEventHandler. 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 PageSequence
Root. getLastSeq()
PageSequence
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 PageSequence Modifier and Type Method Description PageSequence
Root. getSucceedingPageSequence(PageSequence current)
Some properties, such as 'force-page-count', require a page-sequence to know about some properties of the next.void
Root. 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 PageSequence
PageSequenceLayoutManager. getPageSequence()
Methods in org.apache.fop.layoutmgr with parameters of type PageSequence Modifier and Type Method Description PageSequenceLayoutManager
LayoutManagerMaker. makePageSequenceLayoutManager(AreaTreeHandler ath, PageSequence ps)
Make a PageSequenceLayoutManager object.PageSequenceLayoutManager
LayoutManagerMapping. 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 void
RTFHandler. endPageSequence(PageSequence pageSeq)
void
RTFHandler. startPageSequence(PageSequence pageSeq)
-