Aspose.Tasks for C++
|
Represents a column in a project view. More...
#include <ViewColumn.h>
Inherits System::Object.
Inherited by Aspose::Tasks::Visualization::AssignmentViewColumn, Aspose::Tasks::Visualization::GanttChartColumn, and Aspose::Tasks::Visualization::ResourceViewColumn.
Public Member Functions | |
virtual Aspose::Tasks::Field | get_Field ()=0 |
Gets column field. Field. More... | |
virtual void | set_Field (Aspose::Tasks::Field value)=0 |
Sets column field. Field. More... | |
System::String | get_Name () const |
Gets the column name. More... | |
HorizontalStringAlignment | get_StringAlignment () const |
Gets alignment of the text (can be one of the values of the HorizontalStringAlignment enumeration). More... | |
void | set_StringAlignment (HorizontalStringAlignment value) |
Sets alignment of the text (can be one of the values of the HorizontalStringAlignment enumeration). More... | |
int32_t | get_Width () const |
Gets the column width. More... | |
const System::SharedPtr< ITextStyleModificationCallback > & | get_TextStyleModificationCallback () const |
Gets the callback which can be used to customize the appearance of the column's cells. More... | |
void | set_TextStyleModificationCallback (const System::SharedPtr< ITextStyleModificationCallback > &value) |
Sets the callback which can be used to customize the appearance of the column's cells. More... | |
Represents a column in a project view.
|
pure virtual |
Gets column field. Field.
Implemented in Aspose::Tasks::Visualization::ResourceViewColumn, Aspose::Tasks::Visualization::GanttChartColumn, and Aspose::Tasks::Visualization::AssignmentViewColumn.
System::String Aspose::Tasks::Visualization::ViewColumn::get_Name | ( | ) | const |
Gets the column name.
HorizontalStringAlignment Aspose::Tasks::Visualization::ViewColumn::get_StringAlignment | ( | ) | const |
Gets alignment of the text (can be one of the values of the HorizontalStringAlignment enumeration).
const System::SharedPtr<ITextStyleModificationCallback>& Aspose::Tasks::Visualization::ViewColumn::get_TextStyleModificationCallback | ( | ) | const |
Gets the callback which can be used to customize the appearance of the column's cells.
int32_t Aspose::Tasks::Visualization::ViewColumn::get_Width | ( | ) | const |
Gets the column width.
|
pure virtual |
Sets column field. Field.
Implemented in Aspose::Tasks::Visualization::ResourceViewColumn, Aspose::Tasks::Visualization::GanttChartColumn, and Aspose::Tasks::Visualization::AssignmentViewColumn.
void Aspose::Tasks::Visualization::ViewColumn::set_StringAlignment | ( | HorizontalStringAlignment | value | ) |
Sets alignment of the text (can be one of the values of the HorizontalStringAlignment enumeration).
void Aspose::Tasks::Visualization::ViewColumn::set_TextStyleModificationCallback | ( | const System::SharedPtr< ITextStyleModificationCallback > & | value | ) |
Sets the callback which can be used to customize the appearance of the column's cells.