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 classTableTextStyleRepresents a text style in a view table.Methods in com.aspose.tasks that return TextStyle Modifier and Type Method Description TextStyleTaskTextStyleEventArgs. getCellTextStyle()Gets TextStyle which will be used to draw the cell's content.TextStyleBarStyle. 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 ofTextStyleof the Gantt Chart view.List<TextStyle>SaveOptions. getTextStyles()Gets the list of the instances of theTextStyleclass that appear in project view.Methods in com.aspose.tasks with parameters of type TextStyle Modifier and Type Method Description voidTaskTextStyleEventArgs. setCellTextStyle(TextStyle value)Sets TextStyle which will be used to draw the cell's content.voidBarStyle. 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 voidGanttChartView. setTextStyles(List<TextStyle> value)Sets a list ofTextStyleof the Gantt Chart view.voidSaveOptions. setTextStyles(List<TextStyle> value)Sets the list of the instances of theTextStyleclass that appear in project view.
-