Class TableField

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

objectTableField

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

HorizontalStringAlignment

AlignTitle

Gets or sets the alignment of the title in a table field.

public HorizontalStringAlignment AlignTitle { get; set; }

Property Value

HorizontalStringAlignment

Field

Gets or sets the type of a table field.

public Field Field { get; set; }

Property Value

Field

Title

Gets or sets the title of the field in a table.

public string Title { get; set; }

Property Value

string

Width

Gets or sets the width in points of the field column in a table.

public int Width { get; set; }

Property Value

int

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

bool

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. Supported by MSP 2010 version and later.

public bool WrapText { get; set; }

Property Value

bool