CadAttachmentType

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

Cad attachment point type

Enum Values

FieldDescription
TopLeftThe top left
TopCenterThe top center
TopRightThe top right
MiddleLeftThe middle left
MiddleCenterThe middle center
MiddleRightThe middle right
BottomLeftThe bottom left
BottomCenterThe bottom center
BottomRightThe 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