public final class LineIntent
extends com.aspose.ms.System.Enum
Enumerates the intents of the line annotation.
Modifier and Type | Field and Description |
---|---|
static int |
LineArrow
Means that the annotation is intended to function as an arrow.
|
static int |
LineDimension
Means that the annotation is intended to function as a dimension line.
|
static int |
Undefined
Undefined state.
|
public static final int Undefined
Undefined state.
public static final int LineArrow
Means that the annotation is intended to function as an arrow.
public static final int LineDimension
Means that the annotation is intended to function as a dimension line.