Packages

 

com.aspose.imaging.fileformats.wmf.consts

Class WmfHatchStyle

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


  • public final class WmfHatchStyle
    extends com.aspose.ms.System.Enum

    The HatchStyle Enumeration specifies the hatch pattern.

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

      • Fdiagonal

        public static final short Fdiagonal

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

        See Also:
        Constant Field Values
      • Bdiagonal

        public static final short Bdiagonal

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

        See Also:
        Constant Field Values
      • Cross

        public static final short Cross

        A horizontal and vertical cross-hatch.

        See Also:
        Constant Field Values
      • Diagcross

        public static final short Diagcross

        The A 45-degree crosshatch.

        See Also:
        Constant Field Values