CadAttachmentType
Inheritance: java.lang.Object, com.aspose.ms.System.Enum
Cad attachment point type
Enum Values
| Field | Description |
|---|---|
| TopLeft | The top left |
| TopCenter | The top center |
| TopRight | The top right |
| MiddleLeft | The middle left |
| MiddleCenter | The middle center |
| MiddleRight | The middle right |
| BottomLeft | The bottom left |
| BottomCenter | The bottom center |
| BottomRight | The bottom right |
TopLeft
public static final int TopLeft
The top left
Returns: int
TopCenter
public static final int TopCenter
The top center
Returns: int
TopRight
public static final int TopRight
The top right
Returns: int
MiddleLeft
public static final int MiddleLeft
The middle left
Returns: int
MiddleCenter
public static final int MiddleCenter
The middle center
Returns: int
MiddleRight
public static final int MiddleRight
The middle right
Returns: int
BottomLeft
public static final int BottomLeft
The bottom left
Returns: int
BottomCenter
public static final int BottomCenter
The bottom center
Returns: int
BottomRight
public static final int BottomRight
The bottom right
Returns: int