EmfHatchStyle

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

public final class EmfHatchStyle extends System.Enum

The HatchStyle enumeration is an extension to the WMF HatchStyle enumeration ([MS-WMF] section 2.1.1.12).

Fields

FieldDescription
HS_HORIZONTALA horizontal hatch.
HS_VERTICALA vertical hatch.
HS_FDIAGONALA 45-degree downward, left-to-right hatch.
HS_BDIAGONALA 45-degree upward, left-to-right hatch.
HS_CROSSA horizontal and vertical cross-hatch.
HS_DIAGCROSSA 45-degree crosshatch.
HS_SOLIDCLRThe hatch is not a pattern, but is a solid color.
HS_DITHEREDCLRThe hatch is not a pattern, but is a solid color.
HS_SOLIDTEXTCLRThe hatch is not a pattern, but is a solid color, defined by the current text (foreground) color
HS_DITHEREDTEXTCLRThe hatch is not a pattern, but is a dithered color, defined by the current text (foreground) color.
HS_SOLIDBKCLRThe hatch is not a pattern, but is a solid color, defined by the current background color
HS_DITHEREDBKCLRThe hatch is not a pattern, but is a dithered color, defined by the current background color.

HS_HORIZONTAL

public static final int HS_HORIZONTAL

A horizontal hatch.

HS_VERTICAL

public static final int HS_VERTICAL

A vertical hatch.

HS_FDIAGONAL

public static final int HS_FDIAGONAL

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

HS_BDIAGONAL

public static final int HS_BDIAGONAL

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

HS_CROSS

public static final int HS_CROSS

A horizontal and vertical cross-hatch.

HS_DIAGCROSS

public static final int HS_DIAGCROSS

A 45-degree crosshatch.

HS_SOLIDCLR

public static final int HS_SOLIDCLR

The hatch is not a pattern, but is a solid color.

HS_DITHEREDCLR

public static final int HS_DITHEREDCLR

The hatch is not a pattern, but is a solid color.

HS_SOLIDTEXTCLR

public static final int HS_SOLIDTEXTCLR

The hatch is not a pattern, but is a solid color, defined by the current text (foreground) color

HS_DITHEREDTEXTCLR

public static final int HS_DITHEREDTEXTCLR

The hatch is not a pattern, but is a dithered color, defined by the current text (foreground) color.

HS_SOLIDBKCLR

public static final int HS_SOLIDBKCLR

The hatch is not a pattern, but is a solid color, defined by the current background color

HS_DITHEREDBKCLR

public static final int HS_DITHEREDBKCLR

The hatch is not a pattern, but is a dithered color, defined by the current background color.