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

TreeListExtension.WriteDocx Method

Name Parameters Description
WriteDocx(TreeListSettings, Stream, DocxExportOptions) static settings, stream, exportOptions Exports the Tree List’s data to a stream in DOCX format with the specified export options.
WriteDocx(TreeListSettings, Stream) static settings, stream Exports the Tree List’s data to a stream in DOCX format.
WriteDocx(TreeListSettings, Object, Stream, DocxExportOptions) static settings, dataObject, stream, exportOptions Exports the Tree List’s data to a stream in DOCX format with the specified export options.
WriteDocx(TreeListSettings, Object, Stream) static settings, dataObject, stream Exports the Tree List’s data to a stream in DOCX format with the specified export options.