Class TaskBarTextConverter


  • public abstract class TaskBarTextConverter
    extends com.aspose.ms.System.MulticastDelegate

    Custom converter of task's data to bar text.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract String invoke​(Task task)
      Custom converter of task's data to bar text.
      • Methods inherited from class com.aspose.ms.System.MulticastDelegate

        getDelegateId, getInvocationList, op_Equality, op_Inequality
      • Methods inherited from class com.aspose.ms.System.Delegate

        combine, combine, op_Equality, op_Inequality, peekOutRefParam, peekResult, remove, removeAll, setException, throwException
    • Constructor Detail

      • TaskBarTextConverter

        public TaskBarTextConverter()
    • Method Detail

      • invoke

        public abstract String invoke​(Task task)

        Custom converter of task's data to bar text.

        Parameters:
        task - Task for which task bar's text will be rendered.
        Returns:
        Text to render for a bar corresponding to the specified task.