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
Methods in com.lowagie.text.rtf.headerfooter that return RtfHeaderFooter Modifier and Type Method Description protected RtfHeaderFooterRtfHeaderFooterGroup. getHeaderAll()Gets the RtfHeaderFooter for all pagesprotected RtfHeaderFooterRtfHeaderFooterGroup. getHeaderFirst()Gets the RtfHeaderFooter for the title pageprotected RtfHeaderFooterRtfHeaderFooterGroup. getHeaderLeft()Gets the RtfHeaderFooter for all left hand pagesprotected RtfHeaderFooterRtfHeaderFooterGroup. 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 voidRtfHeaderFooterGroup. 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.
-