Package com.aspose.tasks
Class ViewScreen
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.ViewScreen
-
public final class ViewScreen extends com.aspose.ms.System.Enum
Specifies the screen type for a view.
-
-
Field Summary
Fields Modifier and Type Field Description static int
Calendar
Calendar View.static int
Gantt
Gantt View.static int
NetworkDiagram
Network Diagram View.static int
RelationshipDiagram
Relationship Diagram View.static int
ResourceForm
Resource Form View.static int
ResourceGraph
Resource Graph View.static int
ResourceNameForm
Resource Name Form View.static int
ResourceSheet
Resource Sheet View.static int
ResourceUsage
Resource Usage View.static int
TaskDetailsForm
Task Details Form View.static int
TaskForm
Task Form View.static int
TaskNameForm
Task Name Form View.static int
TaskSheet
Task Sheet View.static int
TaskUsage
Task Usage View.
-
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
-
Calendar
public static final int Calendar
Calendar View.
- See Also:
- Constant Field Values
-
Gantt
public static final int Gantt
Gantt View.
- See Also:
- Constant Field Values
-
NetworkDiagram
public static final int NetworkDiagram
Network Diagram View.
- See Also:
- Constant Field Values
-
RelationshipDiagram
public static final int RelationshipDiagram
Relationship Diagram View.
- See Also:
- Constant Field Values
-
ResourceForm
public static final int ResourceForm
Resource Form View.
- See Also:
- Constant Field Values
-
ResourceGraph
public static final int ResourceGraph
Resource Graph View.
- See Also:
- Constant Field Values
-
ResourceNameForm
public static final int ResourceNameForm
Resource Name Form View.
- See Also:
- Constant Field Values
-
ResourceSheet
public static final int ResourceSheet
Resource Sheet View.
- See Also:
- Constant Field Values
-
ResourceUsage
public static final int ResourceUsage
Resource Usage View.
- See Also:
- Constant Field Values
-
TaskDetailsForm
public static final int TaskDetailsForm
Task Details Form View.
- See Also:
- Constant Field Values
-
TaskForm
public static final int TaskForm
Task Form View.
- See Also:
- Constant Field Values
-
TaskNameForm
public static final int TaskNameForm
Task Name Form View.
- See Also:
- Constant Field Values
-
TaskSheet
public static final int TaskSheet
Task Sheet View.
- See Also:
- Constant Field Values
-
TaskUsage
public static final int TaskUsage
Task Usage View.
- See Also:
- Constant Field Values
-
-