Uses of Class
com.aspose.tasks.TextStyle
-
-
Uses of TextStyle in com.aspose.tasks
Subclasses of TextStyle in com.aspose.tasks Modifier and Type Class Description class
TableTextStyle
Represents a text style in a view table.Methods in com.aspose.tasks that return TextStyle Modifier and Type Method Description TextStyle
TaskTextStyleEventArgs. getCellTextStyle()
Gets TextStyle which will be used to draw the cell's content.TextStyle
BarStyle. getTextStyle()
Gets text style (TextStyle
) of the text to render on the right of the bar.Methods in com.aspose.tasks that return types with arguments of type TextStyle Modifier and Type Method Description List<TextStyle>
GanttChartView. getTextStyles()
Gets a list ofTextStyle
of the Gantt Chart view.List<TextStyle>
SaveOptions. getTextStyles()
Gets the list of the instances of theTextStyle
class that appear in project view.Methods in com.aspose.tasks with parameters of type TextStyle Modifier and Type Method Description void
TaskTextStyleEventArgs. setCellTextStyle(TextStyle value)
Sets TextStyle which will be used to draw the cell's content.void
BarStyle. setTextStyle(TextStyle value)
Sets text style (TextStyle
) of the text to render on the right of the bar.Method parameters in com.aspose.tasks with type arguments of type TextStyle Modifier and Type Method Description void
GanttChartView. setTextStyles(List<TextStyle> value)
Sets a list ofTextStyle
of the Gantt Chart view.void
SaveOptions. setTextStyles(List<TextStyle> value)
Sets the list of the instances of theTextStyle
class that appear in project view.
-