LibreOffice
LibreOffice 24.2 SDK API Reference
|
Dumps the content into a string. More...
import"XDumper.idl";
Public Member Functions | |
string | dump ([in] string kind) |
dump the content into a string More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Dumps the content into a string.
This is an internal interface and should not be used outside of Libreoffice source code
string dump | ( | [in] string | kind | ) |
dump the content into a string
kind | What kind of data to dump (for objects that know how to dump different data). |