CommonSlideViewProperties
CommonSlideViewProperties class
Represents common slide view properties.
getScale
Name | Description |
---|---|
getScale () | Specifies the view scaling ratio in percentages. Read/write int. |
Returns: int
Exception
Error | Condition |
---|---|
com.aspose.ms.System.ArgumentOutOfRangeException | Throws when value less than zero. |
getVariableScale
Name | Description |
---|---|
getVariableScale () | Specifies that the view content should automatically scale to best fit the current window size. Read/write boolean. |
Returns: boolean
setScale
Name | Description |
---|---|
setScale (int) | Specifies the view scaling ratio in percentages. Read/write int. |
Returns: void
Exception
Error | Condition |
---|---|
com.aspose.ms.System.ArgumentOutOfRangeException | Throws when value less than zero. |
setVariableScale
Name | Description |
---|---|
setVariableScale (boolean) | Specifies that the view content should automatically scale to best fit the current window size. Read/write boolean. |
Returns: void