Uses of Class
com.aspose.tasks.GanttBarStyle
-
-
Uses of GanttBarStyle in com.aspose.tasks
Methods in com.aspose.tasks that return GanttBarStyle Modifier and Type Method Description GanttBarStyle
GanttBarStyle. getParentStyle()
Gets parent (or common) style for custom task-specific style.Methods in com.aspose.tasks that return types with arguments of type GanttBarStyle Modifier and Type Method Description List<GanttBarStyle>
GanttChartView. getBarStyles()
Gets a list of parent (common) bar styles of the Gantt Chart view.List<GanttBarStyle>
GanttChartView. getCustomBarStyles()
Gets a list of custom task-specific bar styles of the Gantt Chart view.Methods in com.aspose.tasks with parameters of type GanttBarStyle Modifier and Type Method Description void
GanttBarStyle. setParentStyle(GanttBarStyle value)
Sets parent (or common) style for custom task-specific style.
-