Packages

 

com.aspose.cad.fileformats.cf2

Class CF2DimensionLineTypes

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.cad.fileformats.cf2.CF2DimensionLineTypes


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

    CFF2 dimension line types

    • 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 ArrowsAtBothEnds
      Arrows at both ends of the line
      static int WithAnArrowAtBeginning
      Line with an arrow at the beginning
      static int WithAnArrowAtEnd
      Line with an arrow at the end
      static int WithoutArrowsAtEnds
      Line without arrows at the ends
      • 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, parseQuick, parseQuick, register, toObject, toString
    • Field Detail

      • WithoutArrowsAtEnds

        public static final int WithoutArrowsAtEnds

        Line without arrows at the ends

        See Also:
        Constant Field Values
      • WithAnArrowAtBeginning

        public static final int WithAnArrowAtBeginning

        Line with an arrow at the beginning

        See Also:
        Constant Field Values
      • WithAnArrowAtEnd

        public static final int WithAnArrowAtEnd

        Line with an arrow at the end

        See Also:
        Constant Field Values
      • ArrowsAtBothEnds

        public static final int ArrowsAtBothEnds

        Arrows at both ends of the line

        See Also:
        Constant Field Values