public class CommonSlideViewProperties extends java.lang.Object implements ICommonSlideViewProperties
Represents common slide view properties.
| Modifier and Type | Method and Description |
|---|---|
int |
getScale()
Specifies the view scaling ratio in percentages.
|
boolean |
getVariableScale()
Specifies that the view content should automatically scale to best fit the current window size.
|
void |
setScale(int value)
Specifies the view scaling ratio in percentages.
|
void |
setVariableScale(boolean value)
Specifies that the view content should automatically scale to best fit the current window size.
|
public final int getScale()
Specifies the view scaling ratio in percentages.
Read/write int.
getScale in interface ICommonSlideViewPropertiescom.aspose.ms.System.ArgumentOutOfRangeException - Throws when value less than zero.public final void setScale(int value)
Specifies the view scaling ratio in percentages.
Read/write int.
setScale in interface ICommonSlideViewPropertiescom.aspose.ms.System.ArgumentOutOfRangeException - Throws when value less than zero.public final boolean getVariableScale()
Specifies that the view content should automatically scale to best fit the current window size.
Read/write boolean.
getVariableScale in interface ICommonSlideViewPropertiespublic final void setVariableScale(boolean value)
Specifies that the view content should automatically scale to best fit the current window size.
Read/write boolean.
setVariableScale in interface ICommonSlideViewProperties