com.aspose.slides
Class CommonSlideViewProperties

java.lang.Object
  extended by com.aspose.slides.CommonSlideViewProperties
All Implemented Interfaces:
ICommonSlideViewProperties

public class CommonSlideViewProperties
extends java.lang.Object
implements 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getScale

public int getScale()

Specifies the view scaling ratio in percentages. Read/write int.

Specified by:
getScale in interface ICommonSlideViewProperties
Throws:
com.aspose.ms.System.ArgumentOutOfRangeException - Throws when value less than zero.

setScale

public void setScale(int value)

Specifies the view scaling ratio in percentages. Read/write int.

Specified by:
setScale in interface ICommonSlideViewProperties
Throws:
com.aspose.ms.System.ArgumentOutOfRangeException - Throws when value less than zero.

getVariableScale

public boolean getVariableScale()

Specifies that the view content should automatically scale to best fit the current window size. Read/write boolean.

Specified by:
getVariableScale in interface ICommonSlideViewProperties

setVariableScale

public void setVariableScale(boolean value)

Specifies that the view content should automatically scale to best fit the current window size. Read/write boolean.

Specified by:
setVariableScale in interface ICommonSlideViewProperties


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.