Skip to main content

CommonSlideViewProperties Class

Contains common slide view properties.

Declaration

public class CommonSlideViewProperties extends PresentationObject

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
JavaObject
OfficeObject
PresentationObject
CommonSlideViewProperties

CommonSlideViewProperties()

Initializes a new instance of the CommonSlideViewProperties class.

Declaration

public CommonSlideViewProperties()

Methods

deepClone() Method

Clones the current CommonSlideViewProperties instance.

Declaration

public CommonSlideViewProperties deepClone()

Returns

Type Description
CommonSlideViewProperties

The cloned CommonSlideViewProperties instance.

getDrawingGuides() Method

Returns the drawing guide collection.

Declaration

public IDrawingGuideCollection getDrawingGuides()

Returns

Type Description
IDrawingGuideCollection

The collection of drawing guides.

getScale() Method

Returns the view scaling ratio as a percentage. Applications may ignore this setting.

Declaration

public float getScale()

Returns

Type Description
float

The view scaling ratio.

Remarks

Note

Presentation applications (such as PowerPoint, LibreOffice, or OpenOffice) may ignore this value.

getVariableScale() Method

Returns whether the view content should automatically scale to fit the current window. Applications may ignore this setting.

Declaration

public boolean getVariableScale()

Returns

Type Description
boolean

true to scale the view content; otherwise false.

Remarks

Note

Presentation applications (such as PowerPoint, LibreOffice, or OpenOffice) may ignore this value.

setScale(float value) Method

Sets the view scaling ratio as a percentage. Applications may ignore this setting.

Declaration

public void setScale(float value)

Parameters

Name Type Description
value float

The value parameter.

Remarks

Note

Presentation applications (such as PowerPoint, LibreOffice, or OpenOffice) may ignore this value.

setVariableScale(boolean value) Method

Sets whether the view content should automatically scale to fit the current window. Applications may ignore this setting.

Declaration

public void setVariableScale(boolean value)

Parameters

Name Type Description
value boolean

true to scale the view content; otherwise false.

Remarks

Note

Presentation applications (such as PowerPoint, LibreOffice, or OpenOffice) may ignore this value.