CommonSlideViewProperties Class
Contains common slide view properties.
Declaration
public class CommonSlideViewProperties extends PresentationObject
Inherited Members
Inheritance
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 |
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 |
|
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 |
|
Remarks
Note
Presentation applications (such as PowerPoint, LibreOffice, or OpenOffice) may ignore this value.