Uses of Class
org.apache.fop.fo.pagination.AbstractPageSequence
-
Packages that use AbstractPageSequence Package Description org.apache.fop.apps Application classes used for running FOP embedded in other applications.org.apache.fop.area FOP's area tree.org.apache.fop.fo.extensions Base classes for implementing extensions to XSL-FO.org.apache.fop.fo.pagination All the pagination and declaration formatting objects.org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of AbstractPageSequence in org.apache.fop.apps
Methods in org.apache.fop.apps with parameters of type AbstractPageSequence Modifier and Type Method Description void
FormattingResults. haveFormattedPageSequence(AbstractPageSequence pageSequence, int pageCount)
Reports the result of one page sequence rendering back into this object. -
Uses of AbstractPageSequence in org.apache.fop.area
Methods in org.apache.fop.area with parameters of type AbstractPageSequence Modifier and Type Method Description void
AreaTreeHandler. notifyPageSequenceFinished(AbstractPageSequence pageSequence, int pageCount)
Called by the PageSequenceLayoutManager when it is finished with a page-sequence. -
Uses of AbstractPageSequence in org.apache.fop.fo.extensions
Subclasses of AbstractPageSequence in org.apache.fop.fo.extensions Modifier and Type Class Description class
ExternalDocument
Class for the fox:external-document extension element. -
Uses of AbstractPageSequence in org.apache.fop.fo.pagination
Subclasses of AbstractPageSequence in org.apache.fop.fo.pagination Modifier and Type Class Description class
PageSequence
Class modelling thefo:page-sequence
object. -
Uses of AbstractPageSequence in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as AbstractPageSequence Modifier and Type Field Description protected AbstractPageSequence
AbstractPageSequenceLayoutManager. pageSeq
page sequence formatting object being processed by this classConstructors in org.apache.fop.layoutmgr with parameters of type AbstractPageSequence Constructor Description AbstractPageSequenceLayoutManager(AreaTreeHandler ath, AbstractPageSequence pseq)
Constructor
-