Skip to main content

ITreeTableContent Interface

Namespace: NextDesign.Desktop.DocumentGenerator

Description

This content represents a tree-structured table of documents.

Affiliated Area

NameDescription
Document GenerationThis is a set of APIs for accessing document generation.

Inherit Base

NameDescription
ITableContentThis content represents a table of documents.

Property

NameDescription
FixColumnIndexGets or sets the index of a fixed column.
When setting the Html property, FixColumnIndex is only valid for Excel. If you want to customize the HTML output, change the contents of the Html property.
FixRowIndexGets or sets the index of a fixed row.
FixRowIndex is only valid for Excel. If you want to customize the HTML output, change the contents of the Html property.
HtmlGets or sets the content in HTML format.
OutputExcelGets or sets whether or not to output to Excel.
When the callback is called before writing each content item in the document output, the default value is set to indicate whether to output the tree grid configured in the backstage to a separate Excel file in addition to the document.
OutputExcelLinkGets or sets whether there is a link to external Excel output within the document.
When the callback is called before writing each content item in the document output, the default value is set to indicate whether to output a link to an Excel file in the document, as configured in the backstage.
OutputWordGets or sets whether Word output is enabled.
When the callback is called before writing each content item in the document output, the default value is set to indicate whether to output the document, as configured in the view definition.