CommonSlideViewProperties

CommonSlideViewProperties class

Represents common slide view properties.

getScale

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

Result: int

Error

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.

Result: boolean


setScale

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

Error

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.