public final class WorkContourType
extends com.aspose.ms.System.Enum
Specifies the contour of a work. While exporting into XML the Undefined values will be eliminated from resulting XML.
Modifier and Type | Field and Description |
---|---|
static int |
BackLoaded
BackLoaded work contour.
|
static int |
Bell
Bell work contour.
|
static int |
Contoured
Custom work contour.
|
static int |
DoublePeak
DoublePeak work contour.
|
static int |
EarlyPeak
EarlyPeak work contour.
|
static int |
Flat
Flat work contour.
|
static int |
FrontLoaded
FrontLoaded work contour.
|
static int |
LatePeak
LatePeak work contour.
|
static int |
Turtle
Turtle work contour.
|
static int |
Undefined
The value was not defined in original project file.
|
public static final int Undefined
The value was not defined in original project file.
public static final int Flat
Flat work contour.
public static final int BackLoaded
BackLoaded work contour.
public static final int FrontLoaded
FrontLoaded work contour.
public static final int DoublePeak
DoublePeak work contour.
public static final int EarlyPeak
EarlyPeak work contour.
public static final int LatePeak
LatePeak work contour.
public static final int Bell
Bell work contour.
public static final int Turtle
Turtle work contour.
public static final int Contoured
Custom work contour.
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.