CadAttachmentPoint

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

The Cad attachment point.

Enum Values

FieldDescription
TopLeftTop left attachment point.
TopCenterTop center attachment point.
TopRightTop right attachment point.
MiddleLeftMiddle left attachment point.
MiddleCenterMiddle center attachment point.
MiddleRightMiddle right attachment point.
BottomLeftBottom left attachment point.
BottomCenterBottom center attachment point.
BottomRightBottom 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