CommonSlideViewProperties

CommonSlideViewProperties class

Represents common slide view properties.

getScale

NameDescription
getScale ()Specifies the view scaling ratio in percentages. Read/write int.

Returns: int

Exception

ErrorCondition
com.aspose.ms.System.ArgumentOutOfRangeExceptionThrows when value less than zero.

getVariableScale

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

Returns: boolean


setScale

NameDescription
setScale (int)Specifies the view scaling ratio in percentages. Read/write int.

Returns: void

Exception

ErrorCondition
com.aspose.ms.System.ArgumentOutOfRangeExceptionThrows when value less than zero.

setVariableScale

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

Returns: void