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

service DocumentSettings

Included Services - Summary
::com::sun::star::document::Settings
(referenced entity's summary:)
Exported Interfaces - Summary
::com::sun::star::beans::XPropertySet

provides access to the properties.

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

 
Top of Page