Uses of Class
com.lowagie.text.rtf.document.RtfDocumentSettings
-
Packages that use RtfDocumentSettings Package Description com.lowagie.text.rtf com.lowagie.text.rtf.document -
-
Uses of RtfDocumentSettings in com.lowagie.text.rtf
Methods in com.lowagie.text.rtf that return RtfDocumentSettings Modifier and Type Method Description RtfDocumentSettings
RtfWriter2. getDocumentSettings()
Gets the RtfDocumentSettings that specify how the rtf document is generated. -
Uses of RtfDocumentSettings in com.lowagie.text.rtf.document
Fields in com.lowagie.text.rtf.document declared as RtfDocumentSettings Modifier and Type Field Description private RtfDocumentSettings
RtfDocument. documentSettings
The RtfDocumentSettings for this RtfDocument.Methods in com.lowagie.text.rtf.document that return RtfDocumentSettings Modifier and Type Method Description RtfDocumentSettings
RtfDocument. getDocumentSettings()
Gets the RtfDocumentSettings that specify how the rtf document is generated.
-