WmfHatchStyle

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

public final class WmfHatchStyle extends System.Enum

The HatchStyle Enumeration specifies the hatch pattern.

Fields

FieldDescription
HorizontalA horizontal hatch
VerticalA vertical hatch.
FdiagonalA 45-degree downward, left-to-right hatch.
BdiagonalA 45-degree upward, left-to-right hatch.
CrossA horizontal and vertical cross-hatch.
DiagcrossThe A 45-degree crosshatch.

Horizontal

public static final short Horizontal

A horizontal hatch

Vertical

public static final short Vertical

A vertical hatch.

Fdiagonal

public static final short Fdiagonal

A 45-degree downward, left-to-right hatch.

Bdiagonal

public static final short Bdiagonal

A 45-degree upward, left-to-right hatch.

Cross

public static final short Cross

A horizontal and vertical cross-hatch.

Diagcross

public static final short Diagcross

The A 45-degree crosshatch.