Skip to main content
A newer version of this page is available. .

TreeListExtension.WriteRtf Method

Name Parameters Description
WriteRtf(TreeListSettings, Stream, RtfExportOptions) static settings, stream, exportOptions Exports the TreeList’s data to a stream in RTF with the specified export settings.
WriteRtf(TreeListSettings, Stream) static settings, stream Exports the TreeList’s data to a stream in RTF with the specified export settings.
WriteRtf(TreeListSettings, Object, Stream, RtfExportOptions) static settings, dataObject, stream, exportOptions Exports the TreeList’s data to a stream in RTF with the specified export settings.
WriteRtf(TreeListSettings, Object, Stream) static settings, dataObject, stream Exports the TreeList’s data to a stream in RTF with the specified export settings.