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