Interface ITextStyleModificationCallback
Interface ITextStyleModificationCallback
Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.8.0)
Represents a callback that is called before TextStyle is applied to a table cell.
public interface ITextStyleModificationCallbackMethods
BeforeTaskTextStyleApplied(TaskTextStyleEventArgs)
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’.
void BeforeTaskTextStyleApplied(TaskTextStyleEventArgs args)Parameters
The Aspose.Tasks.Visualization.TaskTextStyleEventArgs object.