Packages

 

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

Class EmfPlusDashedLineCapType

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


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

    The DashedLineCapType enumeration defines types of line caps to use at the ends of dashed lines that are drawn with graphics pens.

    • 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 DashedLineCapTypeFlat
      Specifies a flat dashed line cap.
      static int DashedLineCapTypeRound
      Specifies a round dashed line cap.
      static int DashedLineCapTypeTriangle
      Specifies a triangular dashed line cap.
      • 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

      • DashedLineCapTypeFlat

        public static final int DashedLineCapTypeFlat

        Specifies a flat dashed line cap.

        See Also:
        Constant Field Values
      • DashedLineCapTypeRound

        public static final int DashedLineCapTypeRound

        Specifies a round dashed line cap.

        See Also:
        Constant Field Values
      • DashedLineCapTypeTriangle

        public static final int DashedLineCapTypeTriangle

        Specifies a triangular dashed line cap.

        See Also:
        Constant Field Values