com.aspose.slides
Class ViewProperties

java.lang.Object
  extended by com.aspose.slides.ViewProperties
All Implemented Interfaces:
IViewProperties

public class ViewProperties
extends java.lang.Object
implements IViewProperties

Presentation wide view properties.


Method Summary
 int getLastView()
           Specifies the view mode that was used when the presentation document was last saved.
 ICommonSlideViewProperties getNotesViewProperties()
           Specifies common view properties associated with the notes view mode.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 byte getShowComments()
           Specifies whether the slide comments should be shown.
 ICommonSlideViewProperties getSlideViewProperties()
           Specifies common view properties associated with the slide view mode.
 void setLastView(int value)
           Specifies the view mode that was used when the presentation document was last saved.
 void setShowComments(byte value)
           Specifies whether the slide comments should be shown.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLastView

public int getLastView()

Specifies the view mode that was used when the presentation document was last saved. Read/write ViewType.

Specified by:
getLastView in interface IViewProperties

setLastView

public void setLastView(int value)

Specifies the view mode that was used when the presentation document was last saved. Read/write ViewType.

Specified by:
setLastView in interface IViewProperties

getShowComments

public byte getShowComments()

Specifies whether the slide comments should be shown. Read/write NullableBool.

Specified by:
getShowComments in interface IViewProperties

setShowComments

public void setShowComments(byte value)

Specifies whether the slide comments should be shown. Read/write NullableBool.

Specified by:
setShowComments in interface IViewProperties

getSlideViewProperties

public ICommonSlideViewProperties getSlideViewProperties()

Specifies common view properties associated with the slide view mode. Read-only ICommonSlideViewProperties.

Specified by:
getSlideViewProperties in interface IViewProperties

getNotesViewProperties

public ICommonSlideViewProperties getNotesViewProperties()

Specifies common view properties associated with the notes view mode. Read-only ICommonSlideViewProperties.

Specified by:
getNotesViewProperties in interface IViewProperties

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.



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