Uses of Class
org.apache.fop.fo.pagination.Title
Packages that use Title
Package
Description
All the pagination and declaration formatting objects.
FOP's layout engine.
Layout managers for inline formatting objects and line building.
-
Uses of Title in org.apache.fop.fo.pagination
Methods in org.apache.fop.fo.pagination that return TitleModifier and TypeMethodDescriptionPageSequence.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 TitleModifier and TypeMethodDescriptionLayoutManagerMaker.makeContentLayoutManager
(PageSequenceLayoutManager pslm, Title title) Make a ContentLayoutManager object.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 TitleModifierConstructorDescriptionContentLayoutManager
(PageSequenceLayoutManager pslm, Title foTitle) Constructor using a fo:title formatting object and its PageSequenceLayoutManager parent.