Aspose.Tasks for C++
Aspose::Tasks::Visualization::TaskTextStyleEventArgs Class Reference

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...
 

Detailed Description

This class represents set of data that related to the rendering of table cell's content.

Member Function Documentation

◆ get_CellTextStyle()

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.

◆ get_Column()

const System::SharedPtr<ViewColumn>& Aspose::Tasks::Visualization::TaskTextStyleEventArgs::get_Column ( ) const

Gets ViewColumn to which the currently rendered cell belongs.

◆ get_Task()

const System::SharedPtr<Aspose::Tasks::Task>& Aspose::Tasks::Visualization::TaskTextStyleEventArgs::get_Task ( ) const

Gets Task which corresponds to the currently rendered row.

◆ set_CellTextStyle()

void Aspose::Tasks::Visualization::TaskTextStyleEventArgs::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.