service SpreadsheetViewSettings in module com::sun::star::sheet::

(Global Index)

Syntax

service SpreadsheetViewSettings;

Description

settings which are specific to each view of a spreadsheet document.

Exported Interfaces

com::sun::star::beans::XPropertySet

Description

provides information about and access to the properties from an implementation.


Property Summary

ShowFormulas if this property is set, formulas are displayed instead of their results.

ShowZeroValues enables display of zero-values.

IsValueHighlightingEnabled if this property is set, strings, values, and formulas are displayed in different colors.

ShowNotes if this property is set, a marker is shown for notes in cells.

HasVerticalScrollBar enables the vertical scroll bar of the view.

HasHorizontalScrollBar enables the horizontal scroll bar of the view.

HasSheetTabs enables the sheet tabs of the view.

IsOutlineSymbolsSet enables the display of outline symbols.

HasColumnRowHeaders enables the column and row headers of the view.

ShowGrid enables the display of the cell grid.

GridColor specifies the color in which the cell grid is displayed.

ShowHelpLines enables display of help lines when moving drawing objects.

ShowAnchor enables display of anchor symbols when drawing objects are selected.

ShowPageBreaks enables display of page breaks.

SolidHandles enables solid (colored) handles when drawing objects are selected.

ShowObjects enables display of embedded objects in the view.

ShowCharts enables the display of charts in the view.

ShowDrawing enables the display of drawing objects in the view.

HideSpellMarks disables the display of marks from online spelling.

Property Details



ShowFormulas

Syntax

boolean ShowFormulas;

Description

if this property is set, formulas are displayed instead of their results.


ShowZeroValues

Syntax

boolean ShowZeroValues;

Description

enables display of zero-values.


IsValueHighlightingEnabled

Syntax

boolean IsValueHighlightingEnabled;

Description

if this property is set, strings, values, and formulas are displayed in different colors.


ShowNotes

Syntax

boolean ShowNotes;

Description

if this property is set, a marker is shown for notes in cells.


HasVerticalScrollBar

Syntax

boolean HasVerticalScrollBar;

Description

enables the vertical scroll bar of the view.


HasHorizontalScrollBar

Syntax

boolean HasHorizontalScrollBar;

Description

enables the horizontal scroll bar of the view.


HasSheetTabs

Syntax

boolean HasSheetTabs;

Description

enables the sheet tabs of the view.


IsOutlineSymbolsSet

Syntax

boolean IsOutlineSymbolsSet;

Description

enables the display of outline symbols.


HasColumnRowHeaders

Syntax

boolean HasColumnRowHeaders;

Description

enables the column and row headers of the view.


ShowGrid

Syntax

boolean ShowGrid;

Description

enables the display of the cell grid.


GridColor

Syntax

long GridColor;

Description

specifies the color in which the cell grid is displayed.


ShowHelpLines

Syntax

boolean ShowHelpLines;

Description

enables display of help lines when moving drawing objects.


ShowAnchor

Syntax

boolean ShowAnchor;

Description

enables display of anchor symbols when drawing objects are selected.


ShowPageBreaks

Syntax

boolean ShowPageBreaks;

Description

enables display of page breaks.


SolidHandles

Syntax

boolean SolidHandles;

Description

enables solid (colored) handles when drawing objects are selected.


ShowObjects

Syntax

short ShowObjects;

Description

enables display of embedded objects in the view.


ShowCharts

Syntax

short ShowCharts;

Description

enables the display of charts in the view.


ShowDrawing

Syntax

short ShowDrawing;

Description

enables the display of drawing objects in the view.


HideSpellMarks

Syntax

boolean HideSpellMarks;

Description

disables the display of marks from online spelling.

Top of Page