LineIntent

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

public final class LineIntent extends System.Enum

Enumerates the intents of the line annotation.

Fields

FieldDescription
UndefinedUndefined state.
LineArrowMeans that the annotation is intended to function as an arrow.
LineDimensionMeans that the annotation is intended to function as a dimension line.

Undefined

public static final int Undefined

Undefined state.

LineArrow

public static final int LineArrow

Means that the annotation is intended to function as an arrow.

LineDimension

public static final int LineDimension

Means that the annotation is intended to function as a dimension line.