public final class BarItemType
extends com.aspose.ms.System.Enum
Item type to change a bar style for.
Modifier and Type | Field and Description |
---|---|
static int |
CriticalTask
Indicates Critical task bar item type.
|
static int |
Deadline
Indicates Deadline bar item type.
|
static int |
DurationOnly
Indicates Duration-only bar item type.
|
static int |
ExternalMilestone
Indicates External milestone bar item type.
|
static int |
ExternalTasks
Indicates External tasks bar item type.
|
static int |
FinishOnly
Indicates Finish-only bar item type.
|
static int |
InactiveMilestone
Indicates Inactive milestone bar item type.
|
static int |
InactiveSummary
Indicates Inactive summary bar item type.
|
static int |
InactiveTask
Indicates Inactive task bar item type.
|
static int |
ManualSummary
Indicates Manual summary bar item type.
|
static int |
ManualTask
Indicates Manual task bar item type.
|
static int |
Milestone
Indicates Milestone task bar item type.
|
static int |
Progress
Indicates Progress bar item type.
|
static int |
ProjectSummary
Indicates Project summary bar item type.
|
static int |
Split
Indicates Split bar item type.
|
static int |
StartOnly
Indicates Start-only bar item type.
|
static int |
Summary
Indicates Summary bar item type.
|
static int |
SummaryRollup
Summary rollup bar item type.
|
static int |
Task
Indicates Task bar item type.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Task
Indicates Task bar item type.
public static final int Summary
Indicates Summary bar item type.
public static final int ProjectSummary
Indicates Project summary bar item type.
public static final int ManualTask
Indicates Manual task bar item type.
public static final int InactiveTask
Indicates Inactive task bar item type.
public static final int CriticalTask
Indicates Critical task bar item type.
public static final int Milestone
Indicates Milestone task bar item type.
public static final int ManualSummary
Indicates Manual summary bar item type.
public static final int Split
Indicates Split bar item type.
public static final int ExternalTasks
Indicates External tasks bar item type.
public static final int ExternalMilestone
Indicates External milestone bar item type.
public static final int Deadline
Indicates Deadline bar item type.
public static final int Progress
Indicates Progress bar item type.
public static final int StartOnly
Indicates Start-only bar item type.
public static final int FinishOnly
Indicates Finish-only bar item type.
public static final int DurationOnly
Indicates Duration-only bar item type.
public static final int InactiveMilestone
Indicates Inactive milestone bar item type.
public static final int InactiveSummary
Indicates Inactive summary bar item type.
public static final int SummaryRollup
Summary rollup bar item type.