com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ICommonSlideViewProperties

  • All Known Implementing Classes:
    CommonSlideViewProperties


    public interface ICommonSlideViewProperties

    Represents common slide view properties.

    • Method Summary

      All Methods Instance Methods Abstract 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.
    • Method Detail

      • getScale

        int getScale()

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

        Throws:
        com.aspose.ms.System.ArgumentOutOfRangeException - Throws when value less than zero.
      • setScale

        void setScale(int value)

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

        Throws:
        com.aspose.ms.System.ArgumentOutOfRangeException - Throws when value less than zero.
      • getVariableScale

        boolean getVariableScale()

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

      • setVariableScale

        void setVariableScale(boolean value)

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