TableField

TableField class

Represents a field of a table in a project.

The TableField type exposes the following members:

Constructors

NameDescription
TableField()Initializes a new instance of the

Properties

NameDescription
align_dataGets or sets the alignment of data in a table field.
align_titleGets or sets the alignment of the title in a table field.
fieldGets or sets the type of a table field.
titleGets or sets the title of the field in a table.
widthGets or sets the width in points of the field column in a table.
wrap_headerGets 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_textGets 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