|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
contains settings which are specific to each view of a spreadsheet More...
import "SpreadsheetViewSettings.idl";
Exported Interfaces | |
| interface | com::sun::star::beans::XPropertySet |
| provides access to the properties. | |
Public Attributes | |
| boolean | ShowFormulas |
| controls whether formulas are displayed instead of their results. | |
| boolean | ShowZeroValues |
| enables display of zero-values. | |
| boolean | IsValueHighlightingEnabled |
| controls whether strings, values, and formulas are displayed in different colors. | |
| boolean | ShowNotes |
| controls whether a marker is shown for notes in cells. | |
| boolean | HasVerticalScrollBar |
| enables the vertical scroll bar of the view. | |
| boolean | HasHorizontalScrollBar |
| enables the horizontal scroll bar of the view. | |
| boolean | HasSheetTabs |
| enables the sheet tabs of the view. | |
| boolean | IsOutlineSymbolsSet |
| enables the display of outline symbols. | |
| boolean | HasColumnRowHeaders |
| enables the column and row headers of the view. | |
| boolean | ShowGrid |
| enables the display of the cell grid. | |
| com::sun::star::util::Color | GridColor |
| specifies the color in which the cell grid is displayed. | |
| boolean | ShowHelpLines |
| enables display of help lines when moving drawing objects. | |
| boolean | ShowAnchor |
| enables display of anchor symbols when drawing objects are selected. | |
| boolean | ShowPageBreaks |
| enables display of page breaks. | |
| short | ShowObjects |
| enables display of embedded objects in the view. | |
| short | ShowCharts |
| enables the display of charts in the view. | |
| short | ShowDrawing |
| enables the display of drawing objects in the view. | |
| boolean | HideSpellMarks |
| disables the display of marks from online spelling. | |
| short | ZoomType |
| This property defines the zoom type for the document. | |
| short | ZoomValue |
| Defines the zoom value to use. | |
| short | FormulaBarHeight |
| Number of lines shown in the Formula bar Default is 1, maximum value is 25. | |
contains settings which are specific to each view of a spreadsheet
| interface com::sun::star::beans::XPropertySet |
provides access to the properties.
|
optionalproperty |
Number of lines shown in the Formula bar Default is 1, maximum value is 25.
|
property |
specifies the color in which the cell grid is displayed.
|
property |
enables the column and row headers of the view.
|
property |
enables the horizontal scroll bar of the view.
|
property |
enables the sheet tabs of the view.
|
property |
enables the vertical scroll bar of the view.
|
property |
disables the display of marks from online spelling.
|
property |
enables the display of outline symbols.
|
property |
controls whether strings, values, and formulas are displayed in different colors.
|
property |
enables display of anchor symbols when drawing objects are selected.
|
property |
enables the display of charts in the view.
|
property |
enables the display of drawing objects in the view.
|
property |
controls whether formulas are displayed instead of their results.
|
property |
enables the display of the cell grid.
|
property |
enables display of help lines when moving drawing objects.
|
property |
controls whether a marker is shown for notes in cells.
|
property |
enables display of embedded objects in the view.
|
property |
enables display of page breaks.
|
property |
enables display of zero-values.
|
property |
This property defines the zoom type for the document.
|
property |
Defines the zoom value to use.
Valid only if the ZoomType is set to com::sun::star::view::DocumentZoomType::BY_VALUE.