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 style of the bar's text.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 text styles that applied during rendering of a 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 style of the bar's text.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 text styles that applied during rendering of a project view.
-