Enum TextItemType

Info

Specifies the item type of text that can be customized (e.g. NoncriticalTasks, MilestoneTasks).

public enum TextItemType

Fields

  • RowColumnTitles = 0: Row and column titles.
  • CriticalTasks = 1: Critical tasks.
  • NoncriticalTasks = 2: Noncritical tasks.
  • MilestoneTasks = 3: Milestone tasks.
  • InactiveTasks = 4: Inactive tasks.
  • SummaryTasks = 5: Summary tasks.
  • AssignmentRow = 6: Assignment row.
  • TopTimescaleTier = 7: Top timescale tier.
  • BottomTimescaleTier = 8: Bottom timescale tier.
  • MiddleTimescaleTier = 9: Middle timescale tier.
  • Resources = 10: Resource sheet.
  • OverallocatedResources = 11: Overallocated resources.
  • TaskFilterHighlight = 12: Task Filter Highlight text item.
  • BarTextBottom = 13: Bar Text Bottom.
  • BarTextInside = 14: Bar Text Inside.
  • BarTextLeft = 15: Bar Text Left.
  • BarTextRight = 16: Bar Text Right.
  • BarTextTop = 17: Bar Text Top.
  • MarkedTasks = 18: Marked task text item.
  • ProjectSummary = 19: Project summary task text item.
  • ExternalTasks = 20: External tasks.
  • Allocated = 21: Allocated text item.
  • ChangedCells = 22: Changed cells.

Namespace: Tasqize Assembly: Tasqize.dll