PenAlignment

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

public final class PenAlignment extends System.Enum

Specifies the alignment of a Pen object in relation to the theoretical, zero-width line.

Fields

FieldDescription
CenterSpecifies that the Pen object is centered over the theoretical line.
InsetSpecifies that the Pen is positioned on the inside of the theoretical line.
OutsetSpecifies the Pen is positioned on the outside of the theoretical line.
LeftSpecifies the Pen is positioned to the left of the theoretical line.
RightSpecifies the Pen is positioned to the right of the theoretical line.

Center

public static final int Center

Specifies that the Pen object is centered over the theoretical line.

Inset

public static final int Inset

Specifies that the Pen is positioned on the inside of the theoretical line.

Outset

public static final int Outset

Specifies the Pen is positioned on the outside of the theoretical line.

Left

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.