| LibreOffice
    LibreOffice 24.8 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 | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
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). |