|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICommonSlideViewProperties
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. |
Method Detail |
---|
int getScale()
Specifies the view scaling ratio in percentages.
Read/write int
.
com.aspose.ms.System.ArgumentOutOfRangeException
- Throws when value less than zero.void setScale(int value)
Specifies the view scaling ratio in percentages.
Read/write int
.
com.aspose.ms.System.ArgumentOutOfRangeException
- Throws when value less than zero.boolean getVariableScale()
Specifies that the view content should automatically scale to best fit the current window size.
Read/write boolean
.
void setVariableScale(boolean value)
Specifies that the view content should automatically scale to best fit the current window size.
Read/write boolean
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |