ITreeTableContent Interface
Namespace: NextDesign.Desktop.DocumentGenerator
Description
This content represents a tree-structured table of documents.
Affiliated Area
| Name | Description |
|---|---|
| Document Generation | This is a set of APIs for accessing document generation. |
Inherit Base
| Name | Description |
|---|---|
| ITableContent | This content represents a table of documents. |
Property
| Name | Description |
|---|---|
| FixColumnIndex | Gets 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. |
| FixRowIndex | Gets 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. |
| Html | Gets or sets the content in HTML format. |
| OutputExcel | Gets 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. |
| OutputExcelLink | Gets 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. |
| OutputWord | Gets 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. |