Enum Class TextItemType

java.lang.Object
java.lang.Enum<TextItemType>
com.aspose.tasks.cloud.model.TextItemType
All Implemented Interfaces:
Serializable, Comparable<TextItemType>, java.lang.constant.Constable

public enum TextItemType extends Enum<TextItemType>
Item type to change a text style for.
  • Enum Constant Details

    • ROWCOLUMNTITLES

      public static final TextItemType ROWCOLUMNTITLES
    • CRITICALTASKS

      public static final TextItemType CRITICALTASKS
    • NONCRITICALTASKS

      public static final TextItemType NONCRITICALTASKS
    • MILESTONETASKS

      public static final TextItemType MILESTONETASKS
    • INACTIVETASKS

      public static final TextItemType INACTIVETASKS
    • SUMMARYTASKS

      public static final TextItemType SUMMARYTASKS
    • ASSIGNMENTROW

      public static final TextItemType ASSIGNMENTROW
    • TOPTIMESCALETIER

      public static final TextItemType TOPTIMESCALETIER
    • BOTTOMTIMESCALETIER

      public static final TextItemType BOTTOMTIMESCALETIER
    • MIDDLETIMESCALETIER

      public static final TextItemType MIDDLETIMESCALETIER
    • RESOURCES

      public static final TextItemType RESOURCES
    • OVERALLOCATEDRESOURCES

      public static final TextItemType OVERALLOCATEDRESOURCES
    • TASKFILTERHIGHLIGHT

      public static final TextItemType TASKFILTERHIGHLIGHT
    • BARTEXTBOTTOM

      public static final TextItemType BARTEXTBOTTOM
    • BARTEXTINSIDE

      public static final TextItemType BARTEXTINSIDE
    • BARTEXTLEFT

      public static final TextItemType BARTEXTLEFT
    • BARTEXTRIGHT

      public static final TextItemType BARTEXTRIGHT
    • BARTEXTTOP

      public static final TextItemType BARTEXTTOP
    • MARKEDTASKS

      public static final TextItemType MARKEDTASKS
    • PROJECTSUMMARY

      public static final TextItemType PROJECTSUMMARY
    • EXTERNALTASKS

      public static final TextItemType EXTERNALTASKS
    • ALLOCATED

      public static final TextItemType ALLOCATED
    • CHANGEDCELLS

      public static final TextItemType CHANGEDCELLS
  • Method Details

    • values

      public static TextItemType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TextItemType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public String getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<TextItemType>
    • fromValue

      public static TextItemType fromValue(String text)