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.
|