Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service SpreadsheetDocument

Description
a model component which consists of some settings and one or more spreadsheets.


Included Services

com::sun::star::sheet::SpreadsheetDocumentSettings
Description
keep the configuration which is global for all views of a spreadsheet document.
com::sun::star::document::OfficeDocument
Description
This abstract service specifies a storable and printable document.

Exported Interfaces

com::sun::star::lang::XComponent
Description
allows to exclicitly free resources and break cyclic references.
com::sun::star::frame::XModel
Description
represents a component which is created from an URL and arguments.
com::sun::star::sheet::XSpreadsheetDocument
Description
a container of spreadsheets.
com::sun::star::util::XNumberFormatsSupplier
Description
supplies the collection of NumberFormat s (for example, in a document) and the settings belonging to these formats.

Properties' Summary

NamedRanges contains the collection of named ranges in the document.
DatabaseRanges contains the collection of database ranges in the document.
ColumnLabelRanges contains the collection of column label ranges in the document.
RowLabelRanges contains the collection of row label ranges in the document.
SheetLinks contains the collection of sheet links in the document.
AreaLinks contains the collection of area links in the document.
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