LibreOffice
LibreOffice 25.8 SDK API Reference
|
represents a sheet link. More...
import "SheetLink.idl";
Exported Interfaces | |
interface | com::sun::star::container::XNamed |
provides access to the name of the linked document. | |
interface | com::sun::star::util::XRefreshable |
provides methods to reload the external data. | |
interface | com::sun::star::beans::XPropertySet |
published service PropertySet |
Public Attributes | |
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. |
represents a sheet link.
A sheet link contains the source data of linked sheets, i.e. the URL and sheet name of the external document.
To create a linked sheet, the sheet which will be used as linked sheet has to exist already. The method XSheetLinkable::link() creates a SheetLink object in the document's SheetLinks collection and links the sheet to the specified external sheet.
interface com::sun::star::beans::XPropertySet |
published service PropertySet
provides access to the properties.
interface com::sun::star::container::XNamed |
provides access to the name of the linked document.
This name is equal to the Url property.
interface com::sun::star::util::XRefreshable |
provides methods to reload the external data.
|
property |
specifies the name of the filter needed to load the source document.
|
property |
specifies the filter options needed to load the source document.
|
property |
specifies the URL of the source document.