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

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

#include <TableField.h>

Inherits 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

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

Initializes a new instance of the TableField class.

Member Function Documentation

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

Gets the alignment of data in a table field.

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

Gets the alignment of the title in a table field.

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

Gets the type of a table field.

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

Gets the title of the field in a table.

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

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

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.

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.

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

Sets the alignment of data in a table field.

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

Sets the alignment of the title in a table field.

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

Sets the type of a table field.

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

Sets the title of the field in a table.

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

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

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.

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.