22module
com { module sun { module star { module ucb {
62 void setData( [in] sequence<byte> aData );
This is the generic interface for supporting the insertion and removal of indexed elements.
Definition XIndexContainer.idl:28
specifies a container for (binary) data.
Definition XDataContainer.idl:35
void setData([in] sequence< byte > aData)
sets the data of the data container.
string getDataURL()
Deprecated.
sequence< byte > getData()
returns the data of the data container.
void setContentType([in] string aType)
sets the content type (MIME Type) of the data container.
void setDataURL([in] string aURL)
Deprecated.
string getContentType()
returns the content type (MIME Type) of the data container.
Definition Ambiguous.idl:20