Package com.aspose.tasks
Class PresentationFormat
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.PresentationFormat
-
public final class PresentationFormat extends com.aspose.ms.System.Enum
Enumeration for presentation format.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GanttChart
Gantt Chart presentation format.static int
ResourceSheet
Resource sheet presentation format.static int
ResourceUsage
Resource usage presentation format.static int
TaskSheet
Task sheet presentation format.static int
TaskUsage
Task usage presentation format.
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
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
-
-
-
-
Field Detail
-
GanttChart
public static final int GanttChart
Gantt Chart presentation format.
- See Also:
- Constant Field Values
-
TaskUsage
public static final int TaskUsage
Task usage presentation format.
- See Also:
- Constant Field Values
-
ResourceUsage
public static final int ResourceUsage
Resource usage presentation format.
- See Also:
- Constant Field Values
-
ResourceSheet
public static final int ResourceSheet
Resource sheet presentation format.
- See Also:
- Constant Field Values
-
TaskSheet
public static final int TaskSheet
Task sheet presentation format.
- See Also:
- Constant Field Values
-
-