Packages

 

com.aspose.cad.fileformats.cad

Class ScaleType

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


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

    Represents possible modes for automatic scale of an image.

    • 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 GrowToFit
      Automatically increase image to fit on canvas.
      static int None
      Do not use automatic scaling.
      static int ShrinkToFit
      Automatically shrink image to fit on canvas.
      • 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

      • ShrinkToFit

        public static final int ShrinkToFit

        Automatically shrink image to fit on canvas.

        See Also:
        Constant Field Values
      • GrowToFit

        public static final int GrowToFit

        Automatically increase image to fit on canvas.

        See Also:
        Constant Field Values