WorkContourType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class WorkContourType extends System.Enum

Specifies the contour of a work. While exporting into XML the Undefined values will be eliminated from resulting XML.

Fields

FieldDescription
BackLoadedBackLoaded work contour.
BellBell work contour.
ContouredCustom work contour.
DoublePeakDoublePeak work contour.
EarlyPeakEarlyPeak work contour.
FlatFlat work contour.
FrontLoadedFrontLoaded work contour.
LatePeakLatePeak work contour.
TurtleTurtle work contour.
UndefinedThe value was not defined in original project file.

BackLoaded

public static final int BackLoaded

BackLoaded work contour.

Bell

public static final int Bell

Bell work contour.

Contoured

public static final int Contoured

Custom work contour.

DoublePeak

public static final int DoublePeak

DoublePeak work contour.

EarlyPeak

public static final int EarlyPeak

EarlyPeak work contour.

Flat

public static final int Flat

Flat work contour.

FrontLoaded

public static final int FrontLoaded

FrontLoaded work contour.

LatePeak

public static final int LatePeak

LatePeak work contour.

Turtle

public static final int Turtle

Turtle work contour.

Undefined

public static final int Undefined

The value was not defined in original project file.