Uses of Class
com.lowagie.text.rtf.document.RtfDocumentSettings
Packages that use RtfDocumentSettings
-
Uses of RtfDocumentSettings in com.lowagie.text.rtf
Methods in com.lowagie.text.rtf that return RtfDocumentSettingsModifier and TypeMethodDescriptionRtfWriter2.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 RtfDocumentSettingsModifier and TypeFieldDescriptionprivate final RtfDocumentSettings
RtfDocument.documentSettings
The RtfDocumentSettings for this RtfDocument.Methods in com.lowagie.text.rtf.document that return RtfDocumentSettingsModifier and TypeMethodDescriptionRtfDocument.getDocumentSettings()
Gets the RtfDocumentSettings that specify how the rtf document is generated.