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.mif MIF Output Supportorg.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
StructureTreeEventTrigger. endPageSequence(PageSequence pageSeq)
void
FO2StructureTreeConverter. startPageSequence(PageSequence pageSeq)
void
StructureTreeEventTrigger. 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
Fields in org.apache.fop.fo.pagination declared as PageSequence Modifier and Type Field Description private PageSequence
Root. lastSeq
Fields in org.apache.fop.fo.pagination with type parameters of type PageSequence Modifier and Type Field Description private java.util.List<PageSequence>
Root. pageSequences
Methods in org.apache.fop.fo.pagination that return PageSequence Modifier and Type Method Description PageSequence
Root. getLastPageSequence()
Returns the last page sequence (current while parsing).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 void
Root. addPageSequence(PageSequence pageSequence)
Adds the specified page sequence.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
Fields in org.apache.fop.layoutmgr declared as PageSequence Modifier and Type Field Description private PageSequence
PageProvider. pageSeq
fo:page-sequence formatting object being processed by this classMethods 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.mif
Methods in org.apache.fop.render.mif with parameters of type PageSequence Modifier and Type Method Description void
MIFHandler. endPageSequence(PageSequence pageSeq)
void
MIFHandler. startPageSequence(PageSequence pageSeq)
-
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)
-