service SpreadsheetDocument in module com::sun::star::sheet::

(Global Index)

Syntax

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.


Property 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.

Property Details



NamedRanges

Syntax

[readonly] com::sun::star::sheet::XNamedRanges NamedRanges;

Description

contains the collection of named ranges in the document.


DatabaseRanges

Syntax

[readonly] com::sun::star::sheet::XDatabaseRanges DatabaseRanges;

Description

contains the collection of database ranges in the document.


ColumnLabelRanges

Syntax

[readonly] com::sun::star::sheet::XLabelRanges ColumnLabelRanges;

Description

contains the collection of column label ranges in the document.


RowLabelRanges

Syntax

[readonly] com::sun::star::sheet::XLabelRanges RowLabelRanges;

Description

contains the collection of row label ranges in the document.


SheetLinks

Syntax

[readonly] com::sun::star::container::XNameAccess SheetLinks;

Description

contains the collection of sheet links in the document.


AreaLinks

Syntax

[readonly] com::sun::star::sheet::XAreaLinks AreaLinks;

Description

contains the collection of area links in the document.


DDELinks

Syntax

[readonly] com::sun::star::container::XNameAccess DDELinks;

Description

contains the collection of DDE links in the document.

Top of Page