NormalViewProperties
NormalViewProperties class
Represents normal view properties. The normal view consists of
three content regions: the slide itself, a side content region, and a bottom content region.
getHorizontalBarState
| Name | Description |
|---|
| getHorizontalBarState() | Specifies the state that the horizontal splitter bar should be shown in. A horizontal splitter bar separates the slide from the content region below the slide. |
Returns:
int
getPreferSingleView
| Name | Description |
|---|
| getPreferSingleView() | Specifies whether the user prefers to see a full-window single-content region over the standard normal view with three content regions. If enabled, the application may choose to display one of the content regions in the entire window. Read/write boolean. |
Returns:
boolean
getRestoredLeft
| Name | Description |
|---|
| getRestoredLeft() | This element specifies the sizing of the side content region of the normal view, when the region is of a variable restored size(neither minimized nor maximized). Read opnly INormalViewRestoredProperties. |
Returns:
NormalViewRestoredProperties
getRestoredTop
| Name | Description |
|---|
| getRestoredTop() | This element specifies the sizing of the top slide region of the normal view, when the region is of a variable restored size(neither minimized nor maximized). Read only INormalViewRestoredProperties. |
Returns:
NormalViewRestoredProperties
getShowOutlineIcons
| Name | Description |
|---|
| getShowOutlineIcons() | Specifies whether the application should show icons if displaying outline content in any of the content regions of normal view mode. Read/write boolean. |
Returns:
boolean
getSnapVerticalSplitter
| Name | Description |
|---|
| getSnapVerticalSplitter() | Specifies whether the vertical splitter should snap to a minimized state when the side region is sufficiently small. Read/write boolean. |
Returns:
boolean
getVerticalBarState
| Name | Description |
|---|
| getVerticalBarState() | Specifies the state that the vertical splitter bar should be shown in. A vertical splitter bar separates the slide from the side content region. |
Returns:
int
setHorizontalBarState
| Name | Description |
|---|
| setHorizontalBarState(int) | Specifies the state that the horizontal splitter bar should be shown in. A horizontal splitter bar separates the slide from the content region below the slide. |
setPreferSingleView
| Name | Description |
|---|
| setPreferSingleView(boolean) | Specifies whether the user prefers to see a full-window single-content region over the standard normal view with three content regions. If enabled, the application may choose to display one of the content regions in the entire window. Read/write boolean. |
setShowOutlineIcons
| Name | Description |
|---|
| setShowOutlineIcons(boolean) | Specifies whether the application should show icons if displaying outline content in any of the content regions of normal view mode. Read/write boolean. |
setSnapVerticalSplitter
| Name | Description |
|---|
| setSnapVerticalSplitter(boolean) | Specifies whether the vertical splitter should snap to a minimized state when the side region is sufficiently small. Read/write boolean. |
setVerticalBarState
| Name | Description |
|---|
| setVerticalBarState(int) | Specifies the state that the vertical splitter bar should be shown in. A vertical splitter bar separates the slide from the side content region. |