Uses of Class
com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
-
Packages that use RtfHeaderFooter Package Description com.lowagie.text.rtf.headerfooter -
-
Uses of RtfHeaderFooter in com.lowagie.text.rtf.headerfooter
Fields in com.lowagie.text.rtf.headerfooter declared as RtfHeaderFooter Modifier and Type Field Description private RtfHeaderFooter
RtfHeaderFooterGroup. headerAll
The RtfHeaderFooter for all pagesprivate RtfHeaderFooter
RtfHeaderFooterGroup. headerFirst
The RtfHeaderFooter for the first pageprivate RtfHeaderFooter
RtfHeaderFooterGroup. headerLeft
The RtfHeaderFooter for the left hand pagesprivate RtfHeaderFooter
RtfHeaderFooterGroup. headerRight
The RtfHeaderFooter for the right hand pagesMethods in com.lowagie.text.rtf.headerfooter that return RtfHeaderFooter Modifier and Type Method Description protected RtfHeaderFooter
RtfHeaderFooterGroup. getHeaderAll()
Gets the RtfHeaderFooter for all pagesprotected RtfHeaderFooter
RtfHeaderFooterGroup. getHeaderFirst()
Gets the RtfHeaderFooter for the title pageprotected RtfHeaderFooter
RtfHeaderFooterGroup. getHeaderLeft()
Gets the RtfHeaderFooter for all left hand pagesprotected RtfHeaderFooter
RtfHeaderFooterGroup. getHeaderRight()
Gets the RtfHeaderFooter for all right hand pagesMethods in com.lowagie.text.rtf.headerfooter with parameters of type RtfHeaderFooter Modifier and Type Method Description void
RtfHeaderFooterGroup. setHeaderFooter(RtfHeaderFooter headerFooter, int displayAt)
Set a RtfHeaderFooter to be displayed at a certain positionConstructors in com.lowagie.text.rtf.headerfooter with parameters of type RtfHeaderFooter Constructor Description RtfHeaderFooter(RtfDocument doc, RtfHeaderFooter headerFooter, int displayAt)
Constructs a RtfHeaderFooter as a copy of an existing RtfHeaderFooter.RtfHeaderFooterGroup(RtfDocument doc, RtfHeaderFooter headerFooter, int type)
Constructs a RtfHeaderFooterGroup for a certain RtfHeaderFooter.
-