Skip to main content

TreeListExtension.ExportToDocx Method

Name Parameters Description
ExportToDocx(TreeListSettings, TreeListVirtualModeCreateChildrenMethod, TreeListVirtualModeNodeCreatingMethod, DocxExportOptions) static settings, createChildrenMethod, nodeCreatingMethod, exportOptions Exports the TreeList, which operates in virtual mode, to DOCX, based on the provided settings.
ExportToDocx(TreeListSettings, TreeListVirtualModeCreateChildrenMethod, TreeListVirtualModeNodeCreatingMethod, String, Boolean, DocxExportOptions) static settings, createChildrenMethod, nodeCreatingMethod, fileName, saveAsFile, exportOptions Exports the TreeList, which operates in virtual mode, to DOCX, based on the provided settings.
ExportToDocx(TreeListSettings, TreeListVirtualModeCreateChildrenMethod, TreeListVirtualModeNodeCreatingMethod) static settings, createChildrenMethod, nodeCreatingMethod Exports the TreeList, which operates in virtual mode, to DOCX, based on the provided settings.
ExportToDocx(TreeListSettings, DocxExportOptions) static settings, exportOptions Exports the TreeList’s data to DOCX format, based on the provided settings.
ExportToDocx(TreeListSettings, Boolean, DocxExportOptions) static settings, saveAsFile, exportOptions Exports the TreeList’s data to DOCX format, based on the provided settings.
ExportToDocx(TreeListSettings, Boolean) static settings, saveAsFile Exports the TreeList’s data to DOCX format, based on the provided settings.
ExportToDocx(TreeListSettings, Object, DocxExportOptions) static settings, dataObject, exportOptions Exports the TreeList’s data to DOCX format, based on the provided settings.
ExportToDocx(TreeListSettings, Object, Boolean, DocxExportOptions) static settings, dataObject, saveAsFile, exportOptions Exports the TreeList’s data to DOCX format, based on the provided settings.
ExportToDocx(TreeListSettings, Object, Boolean) static settings, dataObject, saveAsFile Exports the TreeList’s data to DOCX format, based on the provided settings.
ExportToDocx(TreeListSettings, Object, String, DocxExportOptions) static settings, dataObject, fileName, exportOptions Exports the TreeList’s data to DOCX format, based on the provided settings.
ExportToDocx(TreeListSettings, Object, String, Boolean, DocxExportOptions) static settings, dataObject, fileName, saveAsFile, exportOptions Exports the TreeList’s data to DOCX format, based on the provided settings.
ExportToDocx(TreeListSettings, Object, String, Boolean) static settings, dataObject, fileName, saveAsFile Exports the TreeList’s data to DOCX format, based on the provided settings.
ExportToDocx(TreeListSettings, Object, String) static settings, dataObject, fileName Exports the TreeList’s data to DOCX format, based on the provided settings.
ExportToDocx(TreeListSettings, Object) static settings, dataObject Exports the TreeList’s data to DOCX format, based on the provided settings.
ExportToDocx(TreeListSettings, String, DocxExportOptions) static settings, fileName, exportOptions Exports the TreeList’s data to DOCX format, based on the provided settings.
ExportToDocx(TreeListSettings, String, Boolean, DocxExportOptions) static settings, fileName, saveAsFile, exportOptions Exports the TreeList’s data to DOCX format, based on the provided settings.
ExportToDocx(TreeListSettings, String, Boolean) static settings, fileName, saveAsFile Exports the TreeList’s data to DOCX format, based on the provided settings.
ExportToDocx(TreeListSettings, String) static settings, fileName Exports the TreeList’s data to DOCX format, based on the provided settings.
ExportToDocx(TreeListSettings) static settings Exports the TreeList’s data to DOCX format, based on the provided settings.