NormalViewProperties Class
Gets or sets properties of the normal view.
Declaration
public class NormalViewProperties extends PresentationObject
Remarks
The normal view consists of three content regions: the slide, a side content region, and a bottom content region.

Inherited Members
Inheritance
NormalViewProperties()
Initializes a new instance of the NormalViewProperties class.
Declaration
public NormalViewProperties()
Methods
deepClone() Method
Clones the current NormalViewProperties instance.
Declaration
public NormalViewProperties deepClone()
Returns
| Type | Description |
|---|---|
NormalViewProperties |
The cloned |
getHorizontalBarState() Method
Returns the state of the horizontal splitter bar (separates the slide area from the notes pane).
Declaration
public SplitterBarState getHorizontalBarState()
Returns
| Type | Description |
|---|---|
| SplitterBarState | The horizontal splitter bar state. |
getRestoredLeft() Method
Returns the size of the thumbnails pane in the normal view (when the pane is not minimized or maximized).
Declaration
public NormalViewRestoredProperties getRestoredLeft()
Returns
| Type | Description |
|---|---|
| NormalViewRestoredProperties | The size of the side content region. |
getRestoredTop() Method
Returns the height of the slide area in the normal view (when the slide area is not minimized or maximized).
Declaration
public NormalViewRestoredProperties getRestoredTop()
Returns
| Type | Description |
|---|---|
| NormalViewRestoredProperties | The size of the top content region. |
getShowOutlineIcons() Method
Returns whether the application should show icons if it displays outline content in any content region in normal view mode. Applications may ignore this setting.
Declaration
public boolean getShowOutlineIcons()
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
Note
Presentation applications (such as PowerPoint, LibreOffice, or OpenOffice) may ignore this value.
getSnapVerticalSplitter() Method
Returns whether the vertical splitter should be minimized if the side region has an insufficient size. Applications may ignore this setting.
Declaration
public boolean getSnapVerticalSplitter()
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
Note
Presentation applications (such as PowerPoint, LibreOffice, or OpenOffice) may ignore this value.
getUseSingleView() Method
Returns whether to display slide area only (hide thumbnails and notes).
Declaration
public boolean getUseSingleView()
Returns
| Type | Description |
|---|---|
| boolean |
|
getVerticalBarState() Method
Returns the state of the vertical splitter bar (separates the slide area from the thumbnails pane).
Declaration
public SplitterBarState getVerticalBarState()
Returns
| Type | Description |
|---|---|
| SplitterBarState | The vertical splitter bar state. |
setHorizontalBarState(SplitterBarState value) Method
Sets the state of the horizontal splitter bar (separates the slide area from the notes pane).
Declaration
public void setHorizontalBarState(SplitterBarState value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | SplitterBarState | The horizontal splitter bar state. |
setRestoredLeft(NormalViewRestoredProperties value) Method
Sets the size of the thumbnails pane in the normal view (when the pane is not minimized or maximized).
Declaration
public void setRestoredLeft(NormalViewRestoredProperties value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | NormalViewRestoredProperties | The size of the side content region. |
setRestoredTop(NormalViewRestoredProperties value) Method
Sets the height of the slide area in the normal view (when the slide area is not minimized or maximized).
Declaration
public void setRestoredTop(NormalViewRestoredProperties value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | NormalViewRestoredProperties | The size of the top content region. |
setShowOutlineIcons(boolean value) Method
Sets whether the application should show icons when it displays outline content in any content region in normal view mode. Applications may ignore this setting.
Declaration
public void setShowOutlineIcons(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|
Remarks
Note
Presentation applications (such as PowerPoint, LibreOffice, or OpenOffice) may ignore this value.
setSnapVerticalSplitter(boolean value) Method
Sets whether the vertical splitter should be minimized if the side region has an insufficient size. Applications may ignore this setting.
Declaration
public void setSnapVerticalSplitter(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|
Remarks
Note
Presentation applications (such as PowerPoint, LibreOffice, or OpenOffice) may ignore this value.
setUseSingleView(boolean value) Method
Sets whether to display slide area only (hide thumbnails and notes).
Declaration
public void setUseSingleView(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|
setVerticalBarState(SplitterBarState value) Method
Sets the state of the vertical splitter bar (separates the slide area from the thumbnails pane).
Declaration
public void setVerticalBarState(SplitterBarState value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | SplitterBarState | The vertical splitter bar state. |