public final class CadAttachmentPoint
extends com.aspose.ms.System.Enum
The Cad attachment point.
Modifier and Type | Field and Description |
---|---|
static int |
BottomCenter
Bottom center attachment point.
|
static int |
BottomLeft
Bottom left attachment point.
|
static int |
BottomRight
Bottom right attachment point.
|
static int |
MiddleCenter
Middle center attachment point.
|
static int |
MiddleLeft
Middle left attachment point.
|
static int |
MiddleRight
Middle right attachment point.
|
static int |
TopCenter
Top center attachment point.
|
static int |
TopLeft
Top left attachment point.
|
static int |
TopRight
Top right attachment point.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
public static final int TopLeft
Top left attachment point.
public static final int TopCenter
Top center attachment point.
public static final int TopRight
Top right attachment point.
public static final int MiddleLeft
Middle left attachment point.
public static final int MiddleCenter
Middle center attachment point.
public static final int MiddleRight
Middle right attachment point.
public static final int BottomLeft
Bottom left attachment point.
public static final int BottomCenter
Bottom center attachment point.
public static final int BottomRight
Bottom right attachment point.