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

service SheetLink
Developers Guide
Spreadsheets - Sheet Links

Exported Interfaces - Summary
::com::sun::star::container::XNamed

provides access to the name of the linked document. (details)

::com::sun::star::util::XRefreshable

provides methods to reload the external data.

::com::sun::star::beans::XPropertySet

provides access to the properties.

Properties' Summary
string
Url
specifies the URL of the source document.  
string
Filter
specifies the name of the filter needed to load the source document.  
string
FilterOptions
specifies the filter options needed to load the source document.  
Exported Interfaces - Details
::com::sun::star::container::XNamed
Description
provides access to the name of the linked document.

This name is equal to the Url property.

::com::sun::star::util::XRefreshable
Description
provides methods to reload the external data.
::com::sun::star::beans::XPropertySet
Description
provides access to the properties.
Properties' Details
Url
string Url;
Description
specifies the URL of the source document.
Filter
string Filter;
Description
specifies the name of the filter needed to load the source document.
FilterOptions
string FilterOptions;
Description
specifies the filter options needed to load the source document.

 
Top of Page