public final class PenAlignment
extends com.aspose.ms.System.Enum
Specifies the alignment of a Pen
object in relation to the theoretical, zero-width line.
Modifier and Type | Field and Description |
---|---|
static int |
Center
Specifies that the
Pen object is centered over the theoretical line. |
static int |
Inset
Specifies that the
Pen is positioned on the inside of the theoretical line. |
static int |
Left
Specifies the
Pen is positioned to the left of the theoretical line. |
static int |
Outset
Specifies the
Pen is positioned on the outside of the theoretical line. |
static int |
Right
Specifies the
Pen is positioned to the right of the theoretical line. |
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, register, toObject, toString
public static final int Center
Specifies that the Pen
object is centered over the theoretical line.
public static final int Inset
Specifies that the Pen
is positioned on the inside of the theoretical line.
public static final int Outset
Specifies the Pen
is positioned on the outside of the theoretical line.
public static final int Left
Specifies the Pen
is positioned to the left of the theoretical line.
public static final int Right
Specifies the Pen
is positioned to the right of the theoretical line.