Packages

 

com.aspose.imaging.fileformats.emf.emf.consts

Class EmfHatchStyle

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.emf.emf.consts.EmfHatchStyle


  • 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).

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      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.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        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
    • Field Detail

      • HS_HORIZONTAL

        public static final int HS_HORIZONTAL

        A horizontal hatch.

        See Also:
        Constant Field Values
      • HS_FDIAGONAL

        public static final int HS_FDIAGONAL

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

        See Also:
        Constant Field Values
      • HS_BDIAGONAL

        public static final int HS_BDIAGONAL

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

        See Also:
        Constant Field Values
      • HS_CROSS

        public static final int HS_CROSS

        A horizontal and vertical cross-hatch.

        See Also:
        Constant Field Values
      • HS_DIAGCROSS

        public static final int HS_DIAGCROSS

        A 45-degree crosshatch.

        See Also:
        Constant Field Values
      • HS_SOLIDCLR

        public static final int HS_SOLIDCLR

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

        See Also:
        Constant Field Values
      • HS_DITHEREDCLR

        public static final int HS_DITHEREDCLR

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

        See Also:
        Constant Field Values
      • 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

        See Also:
        Constant Field Values
      • 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.

        See Also:
        Constant Field Values
      • 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

        See Also:
        Constant Field Values
      • 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.

        See Also:
        Constant Field Values