:: com :: sun :: star :: sheet ::

service DocumentSettings
Description
describes properties that apply to the whole spreadsheet document.

For settings that affect view properties, these settings apply to subsequently created views and are saved with the document, while SpreadsheetViewSettings can be used to alter a specific view that is already open.


Included Services
::com::sun::star::document::Settings
describes properties that apply to the whole document of any application.
Exported Interfaces
::com::sun::star::beans::XPropertySet
Description
provides access to the properties.
Properties' Summary
ShowZeroValues [ OPTIONAL ]
enables display of zero-values.
ShowNotes [ OPTIONAL ]
controls whether a marker is shown for notes in cells.
ShowGrid [ OPTIONAL ]
enables the display of the cell grid.
GridColor [ OPTIONAL ]
specifies the color in which the cell grid is displayed.
ShowPageBreaks [ OPTIONAL ]
enables display of page breaks.
HasColumnRowHeaders [ OPTIONAL ]
enables the column and row headers of the view.
HasSheetTabs [ OPTIONAL ]
enables the sheet tabs of the view.
IsOutlineSymbolsSet [ OPTIONAL ]
enables the display of outline symbols.
IsSnapToRaster [ OPTIONAL ]
enables the restriction of object movement and resizing of drawing objects to the raster.
RasterIsVisible [ OPTIONAL ]
enables the display of the drawing object raster.
RasterResolutionX [ OPTIONAL ]
specifies the distance between horizontal grid elements in 1/100 mm.
RasterResolutionY [ OPTIONAL ]
specifies the distance between vertical grid elements in 1/100 mm.
RasterSubdivisionX [ OPTIONAL ]
specifies the number of subdivisions between two horiontal grid elements.
RasterSubdivisionY [ OPTIONAL ]
specifies the number of subdivisions between two vertical grid elements.
IsRasterAxisSynchronized [ OPTIONAL ]
enables the synchronization of horizontal and vertical grid settings in the user interface.
Properties' Details
ShowZeroValues
boolean ShowZeroValues;
[ OPTIONAL ]
Description
enables display of zero-values.
ShowNotes
boolean ShowNotes;
[ OPTIONAL ]
Description
controls whether a marker is shown for notes in cells.
ShowGrid
boolean ShowGrid;
[ OPTIONAL ]
Description
enables the display of the cell grid.
GridColor
long GridColor;
[ OPTIONAL ]
Description
specifies the color in which the cell grid is displayed.
ShowPageBreaks
boolean ShowPageBreaks;
[ OPTIONAL ]
Description
enables display of page breaks.
HasColumnRowHeaders
boolean HasColumnRowHeaders;
[ OPTIONAL ]
Description
enables the column and row headers of the view.
HasSheetTabs
boolean HasSheetTabs;
[ OPTIONAL ]
Description
enables the sheet tabs of the view.
IsOutlineSymbolsSet
boolean IsOutlineSymbolsSet;
[ OPTIONAL ]
Description
enables the display of outline symbols.
IsSnapToRaster
boolean IsSnapToRaster;
[ OPTIONAL ]
Description
enables the restriction of object movement and resizing of drawing objects to the raster.
RasterIsVisible
boolean RasterIsVisible;
[ OPTIONAL ]
Description
enables the display of the drawing object raster.
RasterResolutionX
long RasterResolutionX;
[ OPTIONAL ]
Description
specifies the distance between horizontal grid elements in 1/100 mm.
RasterResolutionY
long RasterResolutionY;
[ OPTIONAL ]
Description
specifies the distance between vertical grid elements in 1/100 mm.
RasterSubdivisionX
long RasterSubdivisionX;
[ OPTIONAL ]
Description
specifies the number of subdivisions between two horiontal grid elements.
RasterSubdivisionY
long RasterSubdivisionY;
[ OPTIONAL ]
Description
specifies the number of subdivisions between two vertical grid elements.
IsRasterAxisSynchronized
boolean IsRasterAxisSynchronized;
[ OPTIONAL ]
Description
enables the synchronization of horizontal and vertical grid settings in the user interface.

 
Top of Page