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 voidFormattingResults. 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 voidAreaTreeHandler. 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 classExternalDocumentClass 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 classPageSequenceClass modelling thefo:page-sequenceobject. -
Uses of AbstractPageSequence in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as AbstractPageSequence Modifier and Type Field Description protected AbstractPageSequenceAbstractPageSequenceLayoutManager. pageSeqpage 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
-