IFormControlContent interface
Namespace: NextDesign.Desktop.DocumentGenerator
Description
Content that represents a form element of a document.
Affiliation area
| Name | Description |
|---|---|
| Document Generation | APIs to access document generation. |
Inherit Base
| Name | Description |
|---|---|
| IControlContent | The content that represents the UI parts of the document. |
Destination
| Name | Description |
|---|---|
| IGroupContent | Content that represents a group of documents. |
| ITableRowContent | Content that represents a table row in the document. |
| IListContent | Content representing a list of documents. |
| IValueContent | The content that represents the value of the document. |
| ITableContent | Content that represents a table in the document. |
| IListItemContent | The content that represents the list element of the document. |
Property
| Name | Description |
|---|---|
| IsEditable | Gets or sets whether it is editable. |
| NeedsTopMargin | Gets or sets the top margin. |
| ShowGridLine | Gets or sets whether grid lines are shown. |
| ShowTitle | Gets or sets whether to print heading titles. |
| TitleLocation | Gets or sets the position of the title. |