Aspose.Tasks for C++
Aspose::Tasks::Visualization::ITextStyleModificationCallback Class Referenceabstract

Represents a callback that is called before TextStyle is applied to a table cell. More...

#include <ITextStyleModificationCallback.h>

Inherits System::Object.

Public Member Functions

virtual void BeforeTaskTextStyleApplied (System::SharedPtr< TaskTextStyleEventArgs > args)=0
 The method to be called before rendering of a table cell for a task row in the following views: 'Gantt Chart', 'Task Sheet', 'Task Usage'. More...
 

Detailed Description

Represents a callback that is called before TextStyle is applied to a table cell.

Member Function Documentation

◆ BeforeTaskTextStyleApplied()

virtual void Aspose::Tasks::Visualization::ITextStyleModificationCallback::BeforeTaskTextStyleApplied ( System::SharedPtr< TaskTextStyleEventArgs args)
pure virtual

The method to be called before rendering of a table cell for a task row in the following views: 'Gantt Chart', 'Task Sheet', 'Task Usage'.

Parameters
argsThe TaskTextStyleEventArgs object.