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 TaskBarTextConverterBarStyle. getBottomBarTextConverter()Gets user-defined converter to get text to render on the bottom of the task's bar.TaskBarTextConverterGanttBarStyle. getBottomBarTextConverter()Gets user-defined converter to get text to render on the bottom of the task's bar.TaskBarTextConverterBarStyle. getInsideBarTextConverter()Gets user-defined converter to get text to render inside of the task's bar.TaskBarTextConverterGanttBarStyle. getInsideBarTextConverter()Gets user-defined converter to get text to render inside of the task's bar.TaskBarTextConverterBarStyle. getLeftBarTextConverter()Gets user-defined converter to get text to render on the left of the task's bar.TaskBarTextConverterGanttBarStyle. getLeftBarTextConverter()Gets user-defined converter to get text to render on the left of the task's bar.TaskBarTextConverterBarStyle. getRightBarTextConverter()Gets user-defined converter to get text to render on the right of the task's bar.TaskBarTextConverterGanttBarStyle. getRightBarTextConverter()Gets user-defined converter to get text to render on the right of the task's bar.TaskBarTextConverterBarStyle. getTopBarTextConverter()Gets user-defined converter to get text to render on the top of the task's bar.TaskBarTextConverterGanttBarStyle. 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 voidBarStyle. setBottomBarTextConverter(TaskBarTextConverter value)Sets user-defined converter to get text to render on the bottom of the task's bar.voidGanttBarStyle. setBottomBarTextConverter(TaskBarTextConverter value)Sets user-defined converter to get text to render on the bottom of the task's bar.voidBarStyle. setInsideBarTextConverter(TaskBarTextConverter value)Sets user-defined converter to get text to render inside of the task's bar.voidGanttBarStyle. setInsideBarTextConverter(TaskBarTextConverter value)Sets user-defined converter to get text to render inside of the task's bar.voidBarStyle. setLeftBarTextConverter(TaskBarTextConverter value)Sets user-defined converter to get text to render on the left of the task's bar.voidGanttBarStyle. setLeftBarTextConverter(TaskBarTextConverter value)Sets user-defined converter to get text to render on the left of the task's bar.voidBarStyle. setRightBarTextConverter(TaskBarTextConverter value)Sets user-defined converter to get text to render on the right of the task's bar.voidGanttBarStyle. setRightBarTextConverter(TaskBarTextConverter value)Sets user-defined converter to get text to render on the right of the task's bar.voidBarStyle. setTopBarTextConverter(TaskBarTextConverter value)Sets user-defined converter to get text to render on the top of the task's bar.voidGanttBarStyle. setTopBarTextConverter(TaskBarTextConverter value)Sets user-defined converter to get text to render on the top of the task's bar.
-