Aspose.Tasks for C++
|
This class represents set of data that related to the rendering of table cell's content. More...
#include <TaskTextStyleEventArgs.h>
Inherits System::Object.
Public Member Functions | |
const System::SharedPtr< TextStyle > & | get_CellTextStyle () const |
Gets TextStyle which will be used to draw the cell's content. This object can be use to customize appearance of a table cell. More... | |
void | set_CellTextStyle (const System::SharedPtr< TextStyle > &value) |
Sets TextStyle which will be used to draw the cell's content. This object can be use to customize appearance of a table cell. More... | |
const System::SharedPtr< Aspose::Tasks::Task > & | get_Task () const |
Gets Task which corresponds to the currently rendered row. More... | |
const System::SharedPtr< ViewColumn > & | get_Column () const |
Gets ViewColumn to which the currently rendered cell belongs. More... | |
This class represents set of data that related to the rendering of table cell's content.
const System::SharedPtr<TextStyle>& Aspose::Tasks::Visualization::TaskTextStyleEventArgs::get_CellTextStyle | ( | ) | const |
Gets TextStyle which will be used to draw the cell's content. This object can be use to customize appearance of a table cell.
const System::SharedPtr<ViewColumn>& Aspose::Tasks::Visualization::TaskTextStyleEventArgs::get_Column | ( | ) | const |
Gets ViewColumn to which the currently rendered cell belongs.
const System::SharedPtr<Aspose::Tasks::Task>& Aspose::Tasks::Visualization::TaskTextStyleEventArgs::get_Task | ( | ) | const |
Gets Task which corresponds to the currently rendered row.