CadDrawingDirection
Inheritance: java.lang.Object, com.aspose.ms.System.Enum
The Cad drawing direction.
Enum Values
| Field | Description |
|---|---|
| LeftToRight | The left to right. |
| TopToBottom | The top to bottom. |
| ByStyle | The by style. |
LeftToRight
public static final int LeftToRight
The left to right.
Returns: int
TopToBottom
public static final int TopToBottom
The top to bottom.
Returns: int
ByStyle
public static final int ByStyle
The by style.
Returns: int