TableField
Contents
[
Hide
]TableField class
Represents a field of a table in a project.
The TableField type exposes the following members:
Constructors
| Name | Description |
|---|---|
| TableField() | Initializes a new instance of the TableField class. |
Properties
| Name | Description |
|---|---|
| align_data | Gets or sets the alignment of data in a table field. |
| align_title | Gets or sets the alignment of the title in a table field. |
| field | Gets or sets the type of a table field. |
| title | Gets or sets the title of the field in a table. |
| width | Gets or sets the width in points of the field column in a table. |
| wrap_header | Gets or 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. |
| wrap_text | Gets or 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. |
See Also
- namespace aspose.tasks
- assembly Aspose.Tasks