BarItemType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class BarItemType extends System.Enum
Item type to change a bar style for.
Fields
Field | Description |
---|---|
CriticalTask | Indicates Critical task bar item type. |
Deadline | Indicates Deadline bar item type. |
DurationOnly | Indicates Duration-only bar item type. |
ExternalMilestone | Indicates External milestone bar item type. |
ExternalTasks | Indicates External tasks bar item type. |
FinishOnly | Indicates Finish-only bar item type. |
InactiveMilestone | Indicates Inactive milestone bar item type. |
InactiveSummary | Indicates Inactive summary bar item type. |
InactiveTask | Indicates Inactive task bar item type. |
ManualSummary | Indicates Manual summary bar item type. |
ManualTask | Indicates Manual task bar item type. |
Milestone | Indicates Milestone task bar item type. |
Progress | Indicates Progress bar item type. |
ProjectSummary | Indicates Project summary bar item type. |
Split | Indicates Split bar item type. |
StartOnly | Indicates Start-only bar item type. |
Summary | Indicates Summary bar item type. |
SummaryRollup | Summary rollup bar item type. |
Task | Indicates Task bar item type. |
CriticalTask
public static final int CriticalTask
Indicates Critical task bar item type.
Deadline
public static final int Deadline
Indicates Deadline bar item type.
DurationOnly
public static final int DurationOnly
Indicates Duration-only bar item type.
ExternalMilestone
public static final int ExternalMilestone
Indicates External milestone bar item type.
ExternalTasks
public static final int ExternalTasks
Indicates External tasks bar item type.
FinishOnly
public static final int FinishOnly
Indicates Finish-only bar item type.
InactiveMilestone
public static final int InactiveMilestone
Indicates Inactive milestone bar item type.
InactiveSummary
public static final int InactiveSummary
Indicates Inactive summary bar item type.
InactiveTask
public static final int InactiveTask
Indicates Inactive task bar item type.
ManualSummary
public static final int ManualSummary
Indicates Manual summary bar item type.
ManualTask
public static final int ManualTask
Indicates Manual task bar item type.
Milestone
public static final int Milestone
Indicates Milestone task bar item type.
Progress
public static final int Progress
Indicates Progress bar item type.
ProjectSummary
public static final int ProjectSummary
Indicates Project summary bar item type.
Split
public static final int Split
Indicates Split bar item type.
StartOnly
public static final int StartOnly
Indicates Start-only bar item type.
Summary
public static final int Summary
Indicates Summary bar item type.
SummaryRollup
public static final int SummaryRollup
Summary rollup bar item type.
Task
public static final int Task
Indicates Task bar item type.