Interface ITextStyleModificationCallback

Interface ITextStyleModificationCallback

Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.2.0)

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

public interface ITextStyleModificationCallback

Methods

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

args TaskTextStyleEventArgs

The Aspose.Tasks.Visualization.TaskTextStyleEventArgs object.