Aspose.Tasks for C++
Aspose::Tasks::TableField Class Reference

Represents a field of a table in a project. More...

#include <TableField.h>

Inherits System::Object.

Public Member Functions

Visualization::HorizontalStringAlignment get_AlignData () const
 Gets the alignment of data in a table field. More...
 
void set_AlignData (Visualization::HorizontalStringAlignment value)
 Sets the alignment of data in a table field. More...
 
Visualization::HorizontalStringAlignment get_AlignTitle () const
 Gets the alignment of the title in a table field. More...
 
void set_AlignTitle (Visualization::HorizontalStringAlignment value)
 Sets the alignment of the title in a table field. More...
 
Aspose::Tasks::Field get_Field () const
 Gets the type of a table field. More...
 
void set_Field (Aspose::Tasks::Field value)
 Sets the type of a table field. More...
 
System::String get_Title () const
 Gets the title of the field in a table. More...
 
void set_Title (const System::String &value)
 Sets the title of the field in a table. More...
 
int32_t get_Width () const
 Gets the width in points of the field column in a table. More...
 
void set_Width (int32_t value)
 Sets the width in points of the field column in a table. More...
 
bool get_WrapHeader () const
 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. More...
 
void set_WrapHeader (bool value)
 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. More...
 
bool get_WrapText () const
 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. More...
 
void set_WrapText (bool value)
 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. More...
 
 TableField ()
 Initializes a new instance of the TableField class. More...
 

Detailed Description

Represents a field of a table in a project.

Constructor & Destructor Documentation

◆ TableField()

Aspose::Tasks::TableField::TableField ( )

Initializes a new instance of the TableField class.

Member Function Documentation

◆ get_AlignData()

Visualization::HorizontalStringAlignment Aspose::Tasks::TableField::get_AlignData ( ) const

Gets the alignment of data in a table field.

◆ get_AlignTitle()

Visualization::HorizontalStringAlignment Aspose::Tasks::TableField::get_AlignTitle ( ) const

Gets the alignment of the title in a table field.

◆ get_Field()

Aspose::Tasks::Field Aspose::Tasks::TableField::get_Field ( ) const

Gets the type of a table field.

◆ get_Title()

System::String Aspose::Tasks::TableField::get_Title ( ) const

Gets the title of the field in a table.

◆ get_Width()

int32_t Aspose::Tasks::TableField::get_Width ( ) const

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

◆ get_WrapHeader()

bool Aspose::Tasks::TableField::get_WrapHeader ( ) const

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()

bool Aspose::Tasks::TableField::get_WrapText ( ) const

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.

Supported by MSP 2010 version and later.

◆ set_AlignData()

void Aspose::Tasks::TableField::set_AlignData ( Visualization::HorizontalStringAlignment  value)

Sets the alignment of data in a table field.

◆ set_AlignTitle()

void Aspose::Tasks::TableField::set_AlignTitle ( Visualization::HorizontalStringAlignment  value)

Sets the alignment of the title in a table field.

◆ set_Field()

void Aspose::Tasks::TableField::set_Field ( Aspose::Tasks::Field  value)

Sets the type of a table field.

◆ set_Title()

void Aspose::Tasks::TableField::set_Title ( const System::String &  value)

Sets the title of the field in a table.

◆ set_Width()

void Aspose::Tasks::TableField::set_Width ( int32_t  value)

Sets the width in points of the field column in a table.

◆ set_WrapHeader()

void Aspose::Tasks::TableField::set_WrapHeader ( bool  value)

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()

void Aspose::Tasks::TableField::set_WrapText ( bool  value)

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.