ViewProperties
ViewProperties class
Presentation wide view properties.
getGridSpacing
| Name | Description |
|---|
| getGridSpacing () | Returns or sets the grid spacing that should be used for the grid underlying the presentation document, in points. Read/write float. The grid spacing value must be a positive number . The typical value range is from 1 mm (2.8349607 points) to 2 inches (144 points). |
Returns:
float
getLastView
| Name | Description |
|---|
| getLastView () | Specifies the view mode that was used when the presentation document was last saved. Read/write ViewType. |
Returns:
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. |
Returns:
NormalViewProperties
getNotesViewProperties
| Name | Description |
|---|
| getNotesViewProperties () | Specifies common view properties associated with the notes view mode. Read-only ICommonSlideViewProperties. |
Returns:
CommonSlideViewProperties
| Name | Description |
|---|
| getShowComments () | Specifies whether the slide comments should be shown. Read/write NullableBool. |
Returns:
byte
getSlideViewProperties
| Name | Description |
|---|
| getSlideViewProperties () | Specifies common view properties associated with the slide view mode. Read-only ICommonSlideViewProperties. |
Returns:
CommonSlideViewProperties
setGridSpacing
| Name | Description |
|---|
| setGridSpacing (float) | Returns or sets the grid spacing that should be used for the grid underlying the presentation document, in points. Read/write float. The grid spacing value must be a positive number . The typical value range is from 1 mm (2.8349607 points) to 2 inches (144 points). |
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. |