TableField
Contents
[
Hide
]TableField class
Represents a field of a table in a project.
Constructors
| Name | Description |
|---|---|
| TableField | Initializes a new instance of the TableField class. |
Methods
| Name | Description |
|---|---|
| get_AlignData | Gets the alignment of data in a table field. |
| get_AlignTitle | Gets the alignment of the title in a table field. |
| get_Field | Gets the type of a table field. |
| get_Title | Gets the title of the field in a table. |
| get_Width | Gets the width in points of the field column in a table. |
| get_WrapHeader | Gets a value indicating whether the table column heading can wrap to multiple lines, or if it should be truncated when it exceeds the column width. |
| get_WrapText | Gets a value indicating whether the column text can wrap to multiple lines, or if it should be truncated when it exceeds the column width. |
| set_AlignData | Sets the alignment of data in a table field. |
| set_AlignTitle | Sets the alignment of the title in a table field. |
| set_Field | Sets the type of a table field. |
| set_Title | Sets the title of the field in a table. |
| set_Width | Sets the width in points of the field column in a table. |
| set_WrapHeader | Sets a value indicating whether the table column heading can wrap to multiple lines, or if it should be truncated when it exceeds the column width. |
| set_WrapText | Sets a value indicating whether the column text can wrap to multiple lines, or if it should be truncated when it exceeds the column width. |