Packages

 

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

Class EmfPlusLineStyle

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


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

    The LineStyle enumeration defines styles of lines that are drawn with graphics pens.

    Graphics lines are specified by Objects.EmfPlusPen objects (section 2.2.1.7).

    • 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 LineStyleCustom
      Specifies a user-defined, custom dashed line.
      static int LineStyleDash
      Specifies a dashed line.
      static int LineStyleDashDot
      Specifies an alternating dash-dot line.
      static int LineStyleDashDotDot
      Specifies an alternating dash-dot-dot line.
      static int LineStyleDot
      Specifies a dotted line.
      static int LineStyleSolid
      Specifies a solid line.
      • 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

      • LineStyleSolid

        public static final int LineStyleSolid

        Specifies a solid line.

        See Also:
        Constant Field Values
      • LineStyleDash

        public static final int LineStyleDash

        Specifies a dashed line.

        See Also:
        Constant Field Values
      • LineStyleDot

        public static final int LineStyleDot

        Specifies a dotted line.

        See Also:
        Constant Field Values
      • LineStyleDashDot

        public static final int LineStyleDashDot

        Specifies an alternating dash-dot line.

        See Also:
        Constant Field Values
      • LineStyleDashDotDot

        public static final int LineStyleDashDotDot

        Specifies an alternating dash-dot-dot line.

        See Also:
        Constant Field Values
      • LineStyleCustom

        public static final int LineStyleCustom

        Specifies a user-defined, custom dashed line.

        See Also:
        Constant Field Values