PolyIntent
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class PolyIntent extends System.Enum
Enumerates the intents of the polygon or polyline annotation.
Fields
Field | Description |
---|---|
Undefined | Undefined state. |
PolygonCloud | Means that the annotation is intended to function as a cloud object. |
PolyLineDimension | Indicates that the polyline annotation is intended to function as a dimension. |
PolygonDimension | Indicates that the polygon annotation is intended to function as a dimension. |
Undefined
public static final int Undefined
Undefined state.
PolygonCloud
public static final int PolygonCloud
Means that the annotation is intended to function as a cloud object.
PolyLineDimension
public static final int PolyLineDimension
Indicates that the polyline annotation is intended to function as a dimension.
PolygonDimension
public static final int PolygonDimension
Indicates that the polygon annotation is intended to function as a dimension.