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

service SpreadsheetDocument
Description
represents a model component which consists of some settings and one or more spreadsheets.
Developers Guide

Included Services
::com::sun::star::document::OfficeDocument
Description
common service for all types of documents.
::com::sun::star::sheet::SpreadsheetDocumentSettings
Usage Restrictions
deprecated
optional
Description
contributes spreadsheet document specific properties.
Exported Interfaces
::com::sun::star::lang::XMultiServiceFactory
Description
provides methods to create instances of several spreadsheet services.
::com::sun::star::frame::XModel
Description
provides common methods for a document model.

This interface is derived from ::com::sun::star::lang::XComponent .

::com::sun::star::document::XActionLockable
Description
provides methods to control the automatic update of cell contents.
::com::sun::star::document::XLinkTargetSupplier
Description
provides access to the collection of link targets available in the document.
::com::sun::star::util::XProtectable
Description
provides methods to protect and unprotect the document.
::com::sun::star::sheet::XSpreadsheetDocument
Description
provides access to the collection of spreadsheets.
::com::sun::star::sheet::XCalculatable
Description
controls the recalculation settings of the document.
::com::sun::star::sheet::XDocumentAuditing
Description
provides a method to refresh all auditing arrows.
::com::sun::star::sheet::XConsolidatable
Description
provides methods to perform a data consolidation.
::com::sun::star::sheet::XGoalSeek
Description
provides a method to perform a goal seek.
::com::sun::star::drawing::XDrawPagesSupplier
Description
provides access to the collection of draw pages of this document.
::com::sun::star::style::XStyleFamiliesSupplier
Description
provides access to the collection of style families.

A spreadsheet document contains 2 families of styles: "PageStyles" and "CellStyles".

::com::sun::star::util::XNumberFormatsSupplier
Description
provides access to the collection of number formats contained in the document.
Properties' Summary
[ readonly ] ::com::sun::star::sheet::XNamedRanges
NamedRanges
contains the collection of named ranges in the document.  
[ readonly ] ::com::sun::star::sheet::XDatabaseRanges
DatabaseRanges
contains the collection of database ranges in the document.  
[ readonly ] ::com::sun::star::sheet::XLabelRanges
ColumnLabelRanges
contains the collection of column label ranges in the document.  
[ readonly ] ::com::sun::star::sheet::XLabelRanges
RowLabelRanges
contains the collection of row label ranges in the document.  
[ readonly ] ::com::sun::star::container::XNameAccess
SheetLinks
contains the collection of sheet links in the document.  
[ readonly ] ::com::sun::star::sheet::XAreaLinks
AreaLinks
contains the collection of area links in the document.  
[ readonly ] ::com::sun::star::container::XNameAccess
DDELinks
contains the collection of DDE links in the document.  
Properties' Details
NamedRanges
[ readonly ] ::com::sun::star::sheet::XNamedRanges NamedRanges;
Description
contains the collection of named ranges in the document.
DatabaseRanges
[ readonly ] ::com::sun::star::sheet::XDatabaseRanges DatabaseRanges;
Description
contains the collection of database ranges in the document.
ColumnLabelRanges
[ readonly ] ::com::sun::star::sheet::XLabelRanges ColumnLabelRanges;
Description
contains the collection of column label ranges in the document.
RowLabelRanges
[ readonly ] ::com::sun::star::sheet::XLabelRanges RowLabelRanges;
Description
contains the collection of row label ranges in the document.
SheetLinks
[ readonly ] ::com::sun::star::container::XNameAccess SheetLinks;
Description
contains the collection of sheet links in the document.
AreaLinks
[ readonly ] ::com::sun::star::sheet::XAreaLinks AreaLinks;
Description
contains the collection of area links in the document.
DDELinks
[ readonly ] ::com::sun::star::container::XNameAccess DDELinks;
Description
contains the collection of DDE links in the document.

 
Top of Page