NormalViewRestoredProperties

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.INormalViewRestoredProperties

public class NormalViewRestoredProperties 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).

Methods

MethodDescription
getDimensionSize()Specifies the size of the slide region (width when a child of RestoredTop, height when a child of RestoredLeft).
setDimensionSize(float value)Specifies the size of the slide region (width when a child of RestoredTop, height when a child of RestoredLeft).
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.
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.

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.

Returns: float

setDimensionSize(float value)

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.

Parameters:

ParameterTypeDescription
valuefloat

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.

Returns: boolean

setAutoAdjust(boolean value)

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.

Parameters:

ParameterTypeDescription
valueboolean