public final class EmfHatchStyle
extends com.aspose.ms.System.Enum
The HatchStyle enumeration is an extension to the WMF HatchStyle enumeration ([MS-WMF] section 2.1.1.12).
Modifier and Type | Field and Description |
---|---|
static int |
HS_BDIAGONAL
A 45-degree upward, left-to-right hatch.
|
static int |
HS_CROSS
A horizontal and vertical cross-hatch.
|
static int |
HS_DIAGCROSS
A 45-degree crosshatch.
|
static int |
HS_DITHEREDBKCLR
The hatch is not a pattern, but is a dithered color, defined by the current background color.
|
static int |
HS_DITHEREDCLR
The hatch is not a pattern, but is a solid color.
|
static int |
HS_DITHEREDTEXTCLR
The hatch is not a pattern, but is a dithered color, defined by the current text (foreground) color.
|
static int |
HS_FDIAGONAL
A 45-degree downward, left-to-right hatch.
|
static int |
HS_HORIZONTAL
A horizontal hatch.
|
static int |
HS_SOLIDBKCLR
The hatch is not a pattern, but is a solid color, defined by the current background color
|
static int |
HS_SOLIDCLR
The hatch is not a pattern, but is a solid color.
|
static int |
HS_SOLIDTEXTCLR
The hatch is not a pattern, but is a solid color, defined by the current text (foreground) color
|
static int |
HS_VERTICAL
A vertical hatch.
|
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 HS_HORIZONTAL
A horizontal hatch.
public static final int HS_VERTICAL
A vertical hatch.
public static final int HS_FDIAGONAL
A 45-degree downward, left-to-right hatch.
public static final int HS_BDIAGONAL
A 45-degree upward, left-to-right hatch.
public static final int HS_CROSS
A horizontal and vertical cross-hatch.
public static final int HS_DIAGCROSS
A 45-degree crosshatch.
public static final int HS_SOLIDCLR
The hatch is not a pattern, but is a solid color.
public static final int HS_DITHEREDCLR
The hatch is not a pattern, but is a solid color.
public static final int HS_SOLIDTEXTCLR
The hatch is not a pattern, but is a solid color, defined by the current text (foreground) color
public static final int HS_DITHEREDTEXTCLR
The hatch is not a pattern, but is a dithered color, defined by the current text (foreground) color.
public static final int HS_SOLIDBKCLR
The hatch is not a pattern, but is a solid color, defined by the current background color
public static final int HS_DITHEREDBKCLR
The hatch is not a pattern, but is a dithered color, defined by the current background color.