TreeListExtension.WriteRtf Method
Name | Parameters | Description |
---|---|---|
WriteRtf(TreeListSettings, Stream) static | settings, stream | Exports the TreeList's data to a stream in RTF with the specified export settings. |
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, Object, Stream) static | settings, dataObject, 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. |
Feedback