ViewProperties
ViewProperties class
Presentation wide view properties.
getLastView
| Name | Description |
|---|
| getLastView () | Specifies the view mode that was used when the presentation document was last saved. Read/write ViewType. |
Result:
int
getNormalViewProperties
| Name | Description |
|---|
| 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. |
Result:
NormalViewProperties
getNotesViewProperties
| Name | Description |
|---|
| getNotesViewProperties () | Specifies common view properties associated with the notes view mode. Read-only ICommonSlideViewProperties. |
Result:
CommonSlideViewProperties
| Name | Description |
|---|
| getShowComments () | Specifies whether the slide comments should be shown. Read/write NullableBool. |
Result:
byte
getSlideViewProperties
| Name | Description |
|---|
| getSlideViewProperties () | Specifies common view properties associated with the slide view mode. Read-only ICommonSlideViewProperties. |
Result:
CommonSlideViewProperties
setLastView
| Name | Description |
|---|
| setLastView (int) | Specifies the view mode that was used when the presentation document was last saved. Read/write ViewType. |
| Name | Description |
|---|
| setShowComments (byte) | Specifies whether the slide comments should be shown. Read/write NullableBool. |