Packages

 

com.aspose.imaging.fileformats.wmf.consts

Class WmfPenStyle

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


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

    The 16-bit PenStyle Enumeration is used to specify different types of pens that can be used in graphics operations.

    • 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 Alternate
      The pen sets every other pixel (this style is applicable only for cosmetic pens).
      static short Cosmetic
      The cosmetic
      static short Dash
      The pen is dashed.
      static short Dashdot
      The pen has alternating dashes and dots.
      static short Dashdotdot
      The pen has dashes and double dots.
      static short Dot
      The pen is dotted.
      static short EndcapFlat
      Line end caps are flat.
      static short EndcapRound
      The line end caps are round.
      static short EndcapSquare
      Line end caps are square.
      static short Insideframe
      The pen is solid.
      static short JoinBevel
      Line joins are beveled.
      static short JoinMiter
      Line joins are mitered when they are within the current limit set by the SETMITERLIMIT META_ESCAPE record.
      static short JoinRound
      Line joins are round.
      static short Null
      The pen is invisible.
      static short Solid
      The pen is solid.
      static short Userstyle
      The pen uses a styling array supplied by the user.
      • 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

      • EndcapRound

        public static final short EndcapRound

        The line end caps are round.

        See Also:
        Constant Field Values
      • Dashdot

        public static final short Dashdot

        The pen has alternating dashes and dots.

        See Also:
        Constant Field Values
      • Dashdotdot

        public static final short Dashdotdot

        The pen has dashes and double dots.

        See Also:
        Constant Field Values
      • Insideframe

        public static final short Insideframe

        The pen is solid. When this pen is used in any drawing record that takes a bounding rectangle, the dimensions of the figure are shrunk so that it fits entirely in the bounding rectangle, taking into account the width of the pen.

        See Also:
        Constant Field Values
      • Userstyle

        public static final short Userstyle

        The pen uses a styling array supplied by the user.

        See Also:
        Constant Field Values
      • Alternate

        public static final short Alternate

        The pen sets every other pixel (this style is applicable only for cosmetic pens).

        See Also:
        Constant Field Values
      • EndcapSquare

        public static final short EndcapSquare

        Line end caps are square.

        See Also:
        Constant Field Values
      • EndcapFlat

        public static final short EndcapFlat

        Line end caps are flat.

        See Also:
        Constant Field Values
      • JoinMiter

        public static final short JoinMiter

        Line joins are mitered when they are within the current limit set by the SETMITERLIMIT META_ESCAPE record. A join is beveled when it would exceed the limit.

        See Also:
        Constant Field Values