com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class NormalViewRestoredProperties

  • java.lang.Object
    • com.aspose.slides.NormalViewRestoredProperties
  • All Implemented Interfaces:
    INormalViewRestoredProperties


    public class NormalViewRestoredProperties
    extends java.lang.Object
    implements INormalViewRestoredProperties

    Specifies the sizing of the slide region ((width when a child of restoredTop, height when a child of restoredLeft) of the normal view, when the region is of a variable restored size(neither minimized nor maximized).

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean getAutoAdjust()
      Specifies whether the size of the side content region should compensate for the new size when resizing the window containing the view within the application Read/write boolean.
      float getDimensionSize()
      Specifies the size of the slide region (width when a child of RestoredTop, height when a child of RestoredLeft).
      void setAutoAdjust(boolean value)
      Specifies whether the size of the side content region should compensate for the new size when resizing the window containing the view within the application Read/write boolean.
      void setDimensionSize(float value)
      Specifies the size of the slide region (width when a child of RestoredTop, height when a child of RestoredLeft).
      • Methods inherited from class java.lang.Object

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

      • getDimensionSize

        public final float getDimensionSize()

        Specifies the size of the slide region (width when a child of RestoredTop, height when a child of RestoredLeft). Read/write float.

        Specified by:
        getDimensionSize in interface INormalViewRestoredProperties
        Throws:
        com.aspose.ms.System.ArgumentOutOfRangeException - Throws when value less than 0 ar greater than 100.
      • setDimensionSize

        public final void setDimensionSize(float value)

        Specifies the size of the slide region (width when a child of RestoredTop, height when a child of RestoredLeft). Read/write float.

        Specified by:
        setDimensionSize in interface INormalViewRestoredProperties
        Throws:
        com.aspose.ms.System.ArgumentOutOfRangeException - Throws when value less than 0 ar greater than 100.
      • getAutoAdjust

        public final boolean getAutoAdjust()

        Specifies whether the size of the side content region should compensate for the new size when resizing the window containing the view within the application Read/write boolean.

        Specified by:
        getAutoAdjust in interface INormalViewRestoredProperties
      • setAutoAdjust

        public final void setAutoAdjust(boolean value)

        Specifies whether the size of the side content region should compensate for the new size when resizing the window containing the view within the application Read/write boolean.

        Specified by:
        setAutoAdjust in interface INormalViewRestoredProperties