com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class CommonSlideViewProperties

  • java.lang.Object
    • com.aspose.slides.CommonSlideViewProperties
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getScale()
      Specifies the view scaling ratio in percentages.
      boolean getVariableScale()
      Specifies that the view content should automatically scale to best fit the current window size.
      void setScale(int value)
      Specifies the view scaling ratio in percentages.
      void setVariableScale(boolean value)
      Specifies that the view content should automatically scale to best fit the current window size.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getScale

        public final int getScale()

        Specifies the view scaling ratio in percentages. Read/write int.

        Specified by:
        getScale in interface ICommonSlideViewProperties
        Throws:
        com.aspose.ms.System.ArgumentOutOfRangeException - Throws when value less than zero.
      • setScale

        public final void setScale(int value)

        Specifies the view scaling ratio in percentages. Read/write int.

        Specified by:
        setScale in interface ICommonSlideViewProperties
        Throws:
        com.aspose.ms.System.ArgumentOutOfRangeException - Throws when value less than zero.
      • getVariableScale

        public final boolean getVariableScale()

        Specifies that the view content should automatically scale to best fit the current window size. Read/write boolean.

        Specified by:
        getVariableScale in interface ICommonSlideViewProperties
      • setVariableScale

        public final void setVariableScale(boolean value)

        Specifies that the view content should automatically scale to best fit the current window size. Read/write boolean.

        Specified by:
        setVariableScale in interface ICommonSlideViewProperties