Package com.aspose.tasks
Interface ITextStyleModificationCallback
-
public interface ITextStyleModificationCallback
Represents a callback that is called before TextStyle is applied to a table cell.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
beforeTaskTextStyleApplied(TaskTextStyleEventArgs args)
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'.
-
-
-
Method Detail
-
beforeTaskTextStyleApplied
void beforeTaskTextStyleApplied(TaskTextStyleEventArgs args)
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:
args
- TheTaskTextStyleEventArgs
object.
-
-