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
| Field | Description |
|---|---|
| Horizontal | A horizontal hatch |
| Vertical | A vertical hatch. |
| Fdiagonal | A 45-degree downward, left-to-right hatch. |
| Bdiagonal | A 45-degree upward, left-to-right hatch. |
| Cross | A horizontal and vertical cross-hatch. |
| Diagcross | The 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.