public final class PolyIntent
extends com.aspose.ms.System.Enum
Enumerates the intents of the polygon or polyline annotation.
Modifier and Type | Field and Description |
---|---|
static int |
PolygonCloud
Means that the annotation is intended to function as a cloud object.
|
static int |
PolygonDimension
Indicates that the polygon annotation is intended to function as a dimension.
|
static int |
PolyLineDimension
Indicates that the polyline annotation is intended to function as a dimension.
|
static int |
Undefined
Undefined state.
|
public static final int Undefined
Undefined state.
public static final int PolygonCloud
Means that the annotation is intended to function as a cloud object.
public static final int PolyLineDimension
Indicates that the polyline annotation is intended to function as a dimension.
public static final int PolygonDimension
Indicates that the polygon annotation is intended to function as a dimension.