public interface IViewProperties
Presentation wide view properties.
Modifier and Type | Method and Description |
---|---|
int |
getLastView()
Specifies the view mode that was used when the presentation document was last saved.
|
INormalViewProperties |
getNormalViewProperties()
Represents normal view properties.
|
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.
|
int getLastView()
Specifies the view mode that was used when the presentation document was last saved.
Read/write ViewType
.
void setLastView(int value)
Specifies the view mode that was used when the presentation document was last saved.
Read/write ViewType
.
byte getShowComments()
Specifies whether the slide comments should be shown.
Read/write NullableBool
.
void setShowComments(byte value)
Specifies whether the slide comments should be shown.
Read/write NullableBool
.
ICommonSlideViewProperties getSlideViewProperties()
Specifies common view properties associated with the slide view mode.
Read-only ICommonSlideViewProperties
.
ICommonSlideViewProperties getNotesViewProperties()
Specifies common view properties associated with the notes view mode.
Read-only ICommonSlideViewProperties
.
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
.