Provides functions and properties for requesting properties and executing server side methods for the status bar.

Syntax

StatusBarViewGenerator

Introduced: 30.0.

Methods

Method Description
getBorderStyle Gets the border style of the status bar.
getColumnText Gets the text in the 'Column' area of the status bar.
getLineText Gets the text in the 'Line' area of the status bar.
getPageCounterText Gets the text in the 'Page counter' area of the status bar.
getPageText Gets the text in the 'Page' area of the status bar.
getSectionCounterText Gets the text in the 'Section counter' area of the status bar.
getSectionText Gets the text in the 'Section' area of the status bar.
getShowColumn Specifies whether the status bar shows the column number of the current text input position.
getShowKeyStates Specifies whether the status bar shows the key state of the CAPSLOCK and the NUMLOCK key and the current insertion mode, insert or overwrite.
getShowLanguage Specifies whether the status bar shows the language of the text selection or the text input position.
getShowLine Specifies whether the status bar shows the line number of the current text input position.
getShowPage Specifies whether the status bar shows the page number of the current text input position.
getShowPageCounter Specifies whether the status bar shows the number of pages the document consists of.
getShowSection Specifies whether the status bar shows the section number of the current text input position.
getShowSectionCounter Specifies whether the status bar shows the number of sections the document consists of.
getShowZoom Specifies whether the status bar shows the current zoom factor.
getShowZoomTrackBar Specifies whether the status bar displays a track bar instead of a simple number to show and to set the zooming factor.
resetDisplayColors Resets all display colors of a status bar to their system dependent default values.
setBorderStyle Sets the border style of the status bar.
setColumnText Sets the text in the 'Column' area of the status bar.
setLineText Sets the text in the 'Line' area of the status bar.
setPageCounterText Sets the text in the 'Page counter' area of the status bar.
setPageText Sets the text in the 'Page' area of the status bar.
setSectionCounterText Sets the text in the 'Section counter' area of the status bar.
setSectionText Sets the text in the 'Section' area of the status bar.
setShowColumn Specifies whether the status bar shows the column number of the current text input position.
setShowKeyStates Specifies whether the status bar shows the key state of the CAPSLOCK and the NUMLOCK key and the current insertion mode, insert or overwrite.
setShowLanguage Specifies whether the status bar shows the language of the text selection or the text input position.
setShowLine Specifies whether the status bar shows the line number of the current text input position.
setShowPage Specifies whether the status bar shows the page number of the current text input position.
setShowPageCounter Specifies whether the status bar shows the number of pages the document consists of.
setShowSection Specifies whether the status bar shows the section number of the current text input position.
setShowSectionCounter Specifies whether the status bar shows the number of sections the document consists of.
setShowZoom Specifies whether the status bar shows the current zoom factor.
setShowZoomTrackBar Specifies whether the status bar displays a track bar instead of a simple number to show and to set the zooming factor.

Properties

Property Description
displayColors The displayed colors of the status bar.