|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.CommonSlideViewProperties
public class CommonSlideViewProperties
Represents common slide view properties.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getScale()
Specifies the view scaling ratio in percentages.
Read/write int
.
getScale
in interface ICommonSlideViewProperties
com.aspose.ms.System.ArgumentOutOfRangeException
- Throws when value less than zero.public void setScale(int value)
Specifies the view scaling ratio in percentages.
Read/write int
.
setScale
in interface ICommonSlideViewProperties
com.aspose.ms.System.ArgumentOutOfRangeException
- Throws when value less than zero.public boolean getVariableScale()
Specifies that the view content should automatically scale to best fit the current window size.
Read/write boolean
.
getVariableScale
in interface ICommonSlideViewProperties
public 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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |