Uses of Class
com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
-
Packages that use RtfHeaderFooterGroup Package Description com.lowagie.text.rtf.document com.lowagie.text.rtf.headerfooter -
-
Uses of RtfHeaderFooterGroup in com.lowagie.text.rtf.document
Methods in com.lowagie.text.rtf.document that return RtfHeaderFooterGroup Modifier and Type Method Description private RtfHeaderFooterGroup
RtfDocumentHeader. convertHeaderFooter(com.lowagie.text.HeaderFooter hf, int type)
Converts a HeaderFooter into a RtfHeaderFooterGroup. -
Uses of RtfHeaderFooterGroup in com.lowagie.text.rtf.headerfooter
Constructors in com.lowagie.text.rtf.headerfooter with parameters of type RtfHeaderFooterGroup Constructor Description RtfHeaderFooterGroup(RtfDocument doc, RtfHeaderFooterGroup headerFooter, int type)
Constructs a RtfHeaderFooterGroup by copying the content of the original RtfHeaderFooterGroup
-