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.EnumSpecifies the screen type for a view.
-
-
Field Summary
Fields Modifier and Type Field Description static intCalendarCalendar View.static intGanttGantt View.static intNetworkDiagramNetwork Diagram View.static intRelationshipDiagramRelationship Diagram View.static intResourceFormResource Form View.static intResourceGraphResource Graph View.static intResourceNameFormResource Name Form View.static intResourceSheetResource Sheet View.static intResourceUsageResource Usage View.static intTaskDetailsFormTask Details Form View.static intTaskFormTask Form View.static intTaskNameFormTask Name Form View.static intTaskSheetTask Sheet View.static intTaskUsageTask 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
-
-