com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Interface ITextStyleModificationCallback



  • public interface ITextStyleModificationCallback

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

    • 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 - The TaskTextStyleEventArgs object.