com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class ScalingReason

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.ScalingReason


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

    The circumstances under which the icon shall be scaled inside the annotation rectangle.

    • 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 Always
      Always scale.
      static int IconIsBigger
      BScale only when the icon is bigger than the annotation rectangle.
      static int IconIsSmaller
      Scale only when the icon is smaller than the annotation rectangle.
      static int Never
      Never scale.
      • 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, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • IconIsBigger

        public static final int IconIsBigger

        BScale only when the icon is bigger than the annotation rectangle.

        See Also:
        Constant Field Values
      • IconIsSmaller

        public static final int IconIsSmaller

        Scale only when the icon is smaller than the annotation rectangle.

        See Also:
        Constant Field Values