IViewProperties

public interface IViewProperties

Presentation wide view properties.

Methods

MethodDescription
getLastView()Specifies the view mode that was used when the presentation document was last saved.
setLastView(int value)Specifies the view mode that was used when the presentation document was last saved.
getShowComments()Specifies whether the slide comments should be shown.
setShowComments(byte value)Specifies whether the slide comments should be shown.
getSlideViewProperties()Specifies common view properties associated with the slide view mode.
getNotesViewProperties()Specifies common view properties associated with the notes view mode.
getNormalViewProperties()Represents normal view properties.

getLastView()

public abstract int getLastView()

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

Returns: int

setLastView(int value)

public abstract void setLastView(int value)

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

Parameters:

ParameterTypeDescription
valueint

getShowComments()

public abstract byte getShowComments()

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

Returns: byte

setShowComments(byte value)

public abstract void setShowComments(byte value)

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

Parameters:

ParameterTypeDescription
valuebyte

getSlideViewProperties()

public abstract ICommonSlideViewProperties getSlideViewProperties()

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

Returns: ICommonSlideViewProperties

getNotesViewProperties()

public abstract ICommonSlideViewProperties getNotesViewProperties()

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

Returns: ICommonSlideViewProperties

getNormalViewProperties()

public abstract INormalViewProperties getNormalViewProperties()

Represents normal view properties. The normal view consists of three content regions: the slide itself, a side content region, and a bottom content region. Read-only INormalViewProperties.

Returns: INormalViewProperties