Uses of Class
org.apache.fop.fo.flow.AbstractPageNumberCitation
-
Packages that use AbstractPageNumberCitation Package Description org.apache.fop.fo.flow All the block- and inline-level flow formatting objects.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. -
-
Uses of AbstractPageNumberCitation in org.apache.fop.fo.flow
Subclasses of AbstractPageNumberCitation in org.apache.fop.fo.flow Modifier and Type Class Description class
PageNumberCitation
Class modelling thefo:page-number-citation
object.class
PageNumberCitationLast
Class modelling thefo:page-number-citation-last
object from XSL 1.1. -
Uses of AbstractPageNumberCitation in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as AbstractPageNumberCitation Modifier and Type Field Description protected AbstractPageNumberCitation
AbstractPageNumberCitationLayoutManager. citation
The page number citation objectConstructors in org.apache.fop.layoutmgr.inline with parameters of type AbstractPageNumberCitation Constructor Description AbstractPageNumberCitationLayoutManager(AbstractPageNumberCitation node)
Constructor
-