com.aspose.slides
Interface IViewProperties

All Known Implementing Classes:
ViewProperties

public interface 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.
 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.
 

Method Detail

getLastView

int getLastView()

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


setLastView

void setLastView(int value)

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


getShowComments

byte getShowComments()

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


setShowComments

void setShowComments(byte value)

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


getSlideViewProperties

ICommonSlideViewProperties getSlideViewProperties()

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


getNotesViewProperties

ICommonSlideViewProperties getNotesViewProperties()

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



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