Skip to main content

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.

DevExpress Presentation - Normal View

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
JavaObject
OfficeObject
PresentationObject
NormalViewProperties

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 NormalViewProperties instance.

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

true to show icons if the application displays outline content; otherwise false.

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

true to minimize vertical splitter if the side region is too small; otherwise false.

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

true to allow the application to display one of the content regions in the entire window; otherwise false.

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

true to show icons if the application displays outline content; otherwise false.

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

true to minimize vertical splitter if the side region is too small; otherwise false.

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

true to allow the application to display one of the content regions in the entire window; otherwise false.

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.