Uses of Class
org.apache.fop.fo.pagination.Title
-
Packages that use Title Package Description org.apache.fop.fo.pagination All the pagination and declaration formatting objects.org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. -
-
Uses of Title in org.apache.fop.fo.pagination
Fields in org.apache.fop.fo.pagination declared as Title Modifier and Type Field Description private Title
PageSequence. titleFO
The fo:title object for this page-sequence.Methods in org.apache.fop.fo.pagination that return Title Modifier and Type Method Description Title
PageSequence. getTitleFO()
Accessor method for the fo:title associated with this fo:page-sequence -
Uses of Title in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type Title Modifier and Type Method Description ContentLayoutManager
LayoutManagerMaker. makeContentLayoutManager(PageSequenceLayoutManager pslm, Title title)
Make a ContentLayoutManager object.ContentLayoutManager
LayoutManagerMapping. makeContentLayoutManager(PageSequenceLayoutManager pslm, Title title)
Make a ContentLayoutManager object. -
Uses of Title in org.apache.fop.layoutmgr.inline
Constructors in org.apache.fop.layoutmgr.inline with parameters of type Title Constructor Description ContentLayoutManager(PageSequenceLayoutManager pslm, Title foTitle)
Constructor using a fo:title formatting object and its PageSequenceLayoutManager parent.
-