public final class TaskType
extends com.aspose.ms.System.Enum
Specifies the type of a task. While exporting into XML the Undefined values will be eliminated from resulting XML.
Modifier and Type | Field and Description |
---|---|
static int |
FixedDuration
Fixed duration
|
static int |
FixedUnits
Fixed units
|
static int |
FixedWork
Fixed work
|
static int |
Undefined
Undefined value means that the field was not defined in original file
|
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 Undefined
Undefined value means that the field was not defined in original file
public static final int FixedUnits
Fixed units
public static final int FixedDuration
Fixed duration
public static final int FixedWork
Fixed work
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.