Uses of Class
com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Packages that use RtfHeaderFooter
-
Uses of RtfHeaderFooter in com.lowagie.text.rtf.headerfooter
Fields in com.lowagie.text.rtf.headerfooter declared as RtfHeaderFooterModifier and TypeFieldDescriptionprivate RtfHeaderFooterRtfHeaderFooterGroup.headerAllThe RtfHeaderFooter for all pagesprivate RtfHeaderFooterRtfHeaderFooterGroup.headerFirstThe RtfHeaderFooter for the first pageprivate RtfHeaderFooterRtfHeaderFooterGroup.headerLeftThe RtfHeaderFooter for the left hand pagesprivate RtfHeaderFooterRtfHeaderFooterGroup.headerRightThe RtfHeaderFooter for the right hand pagesMethods in com.lowagie.text.rtf.headerfooter that return RtfHeaderFooterModifier and TypeMethodDescriptionprotected 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 RtfHeaderFooterModifier and TypeMethodDescriptionvoidRtfHeaderFooterGroup.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 RtfHeaderFooterModifierConstructorDescriptionprotectedRtfHeaderFooter(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.