com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class TaskTextStyleEventArgs



  • public class TaskTextStyleEventArgs
    extends Object

    This class represents set of data that related to the rendering of table cell's content.

    • Method Detail

      • getCellTextStyle

        public final TextStyle getCellTextStyle()

        Gets TextStyle which will be used to draw the cell's content. This object can be use to customize appearance of a table cell.

        Returns:
        TextStyle which will be used to draw the cell's content.
      • setCellTextStyle

        public final void setCellTextStyle(TextStyle value)

        Sets TextStyle which will be used to draw the cell's content. This object can be use to customize appearance of a table cell.

        Parameters:
        value - TextStyle which will be used to draw the cell's content.
      • getColumn

        public final ViewColumn getColumn()

        Gets ViewColumn to which the currently rendered cell belongs.

        Returns:
        ViewColumn to which the currently rendered cell belongs.