Class TableField
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Represents a field of a table in a project.
public class TableField
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
TableField()
Initializes a new instance of the Aspose.Tasks.TableField class.
public TableField()
Properties
AlignData
Gets or sets the alignment of data in a table field.
public HorizontalStringAlignment AlignData { get; set; }
Property Value
AlignTitle
Gets or sets the alignment of the title in a table field.
public HorizontalStringAlignment AlignTitle { get; set; }
Property Value
Field
Gets or sets the type of a table field.
public Field Field { get; set; }
Property Value
Title
Gets or sets the title of the field in a table.
public string Title { get; set; }
Property Value
Width
Gets or sets the width in points of the field column in a table.
public int Width { get; set; }
Property Value
WrapHeader
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.
public bool WrapHeader { get; set; }
Property Value
WrapText
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.
public bool WrapText { get; set; }