Packages

 

com.aspose.cad.fileformats.cad.cadconsts

Class CadLayoutControlFlag

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.cad.fileformats.cad.cadconsts.CadLayoutControlFlag


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

    Flag to control. CadLayout

    • 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 LimCheck
      Indicates the LIMCHECK value for this layout when this layout is current
      static short PsltScale
      Indicates the PSLTSCALE value for this layout when this layout is current
      • 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

      • PsltScale

        public static final short PsltScale

        Indicates the PSLTSCALE value for this layout when this layout is current

        See Also:
        Constant Field Values
      • LimCheck

        public static final short LimCheck

        Indicates the LIMCHECK value for this layout when this layout is current

        See Also:
        Constant Field Values