Uses of Class
com.aspose.tasks.TaskBarTextConverter
-
-
Uses of TaskBarTextConverter in com.aspose.tasks
Methods in com.aspose.tasks that return TaskBarTextConverter Modifier and Type Method Description TaskBarTextConverter
BarStyle. getBottomBarTextConverter()
Gets user-defined converter to get text to render on the bottom of the task's bar.TaskBarTextConverter
GanttBarStyle. getBottomBarTextConverter()
Gets user-defined converter to get text to render on the bottom of the task's bar.TaskBarTextConverter
BarStyle. getInsideBarTextConverter()
Gets user-defined converter to get text to render inside of the task's bar.TaskBarTextConverter
GanttBarStyle. getInsideBarTextConverter()
Gets user-defined converter to get text to render inside of the task's bar.TaskBarTextConverter
BarStyle. getLeftBarTextConverter()
Gets user-defined converter to get text to render on the left of the task's bar.TaskBarTextConverter
GanttBarStyle. getLeftBarTextConverter()
Gets user-defined converter to get text to render on the left of the task's bar.TaskBarTextConverter
BarStyle. getRightBarTextConverter()
Gets user-defined converter to get text to render on the right of the task's bar.TaskBarTextConverter
GanttBarStyle. getRightBarTextConverter()
Gets user-defined converter to get text to render on the right of the task's bar.TaskBarTextConverter
BarStyle. getTopBarTextConverter()
Gets user-defined converter to get text to render on the top of the task's bar.TaskBarTextConverter
GanttBarStyle. getTopBarTextConverter()
Gets user-defined converter to get text to render on the top of the task's bar.Methods in com.aspose.tasks with parameters of type TaskBarTextConverter Modifier and Type Method Description void
BarStyle. setBottomBarTextConverter(TaskBarTextConverter value)
Sets user-defined converter to get text to render on the bottom of the task's bar.void
GanttBarStyle. setBottomBarTextConverter(TaskBarTextConverter value)
Sets user-defined converter to get text to render on the bottom of the task's bar.void
BarStyle. setInsideBarTextConverter(TaskBarTextConverter value)
Sets user-defined converter to get text to render inside of the task's bar.void
GanttBarStyle. setInsideBarTextConverter(TaskBarTextConverter value)
Sets user-defined converter to get text to render inside of the task's bar.void
BarStyle. setLeftBarTextConverter(TaskBarTextConverter value)
Sets user-defined converter to get text to render on the left of the task's bar.void
GanttBarStyle. setLeftBarTextConverter(TaskBarTextConverter value)
Sets user-defined converter to get text to render on the left of the task's bar.void
BarStyle. setRightBarTextConverter(TaskBarTextConverter value)
Sets user-defined converter to get text to render on the right of the task's bar.void
GanttBarStyle. setRightBarTextConverter(TaskBarTextConverter value)
Sets user-defined converter to get text to render on the right of the task's bar.void
BarStyle. setTopBarTextConverter(TaskBarTextConverter value)
Sets user-defined converter to get text to render on the top of the task's bar.void
GanttBarStyle. setTopBarTextConverter(TaskBarTextConverter value)
Sets user-defined converter to get text to render on the top of the task's bar.
-