LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_ucb_XDataContainer_idl__
20 #define __com_sun_star_ucb_XDataContainer_idl__
26 module
com { module sun { module star { module ucb {
66 void setData( [in] sequence<byte> aData );
void setDataURL([in] string aURL)
Deprecated.
void setData([in] sequence< byte > aData)
sets the data of the data container.
string getContentType()
returns the content type (MIME Type) of the data container.
This is the generic interface for supporting the insertion and removal of indexed elements.
Definition: XIndexContainer.idl:38
string getDataURL()
Deprecated.
sequence< byte > getData()
returns the data of the data container.
specifies a container for (binary) data.
Definition: XDataContainer.idl:39
Definition: Ambiguous.idl:22
void setContentType([in] string aType)
sets the content type (MIME Type) of the data container.