com.groupdocs.annotation.models

Class PenStyle

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.groupdocs.annotation.models.PenStyle


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

    Pen style

    • 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.EnumMap, 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 Byte Dash
      Specifies a line consisting of dashes
      static Byte DashDot
      Specifies a line consisting of dashes and dots
      static Byte DashDotDot
      Specifies a line consisting of dashes and two dots
      static Byte Dot
      Specifies a line consisting of dots
      static Byte LongDash
      Specifies a line consisting of long dashes
      static Byte Solid
      Specifies a solid line
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static String getName(Byte type) 
      static Byte[] numbers() 
      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • Dash

        public static final Byte Dash

        Specifies a line consisting of dashes

      • DashDot

        public static final Byte DashDot

        Specifies a line consisting of dashes and dots

      • DashDotDot

        public static final Byte DashDotDot

        Specifies a line consisting of dashes and two dots

      • Dot

        public static final Byte Dot

        Specifies a line consisting of dots

      • LongDash

        public static final Byte LongDash

        Specifies a line consisting of long dashes

      • Solid

        public static final Byte Solid

        Specifies a solid line

    • Method Detail

      • getName

        public static String getName(Byte type)
      • numbers

        public static Byte[] numbers()