LibreOffice
LibreOffice 5.0 SDK API Reference
|
Provides a unified interface for the new-style service TextOutputStream. More...
import "XTextOutputStream2.idl";
Exported Interfaces | |
interface | com::sun::star::io::XTextOutputStream |
Interface to write text data. More... | |
interface | com::sun::star::io::XActiveDataSource |
Interface to specify the used com::sun::star::io::XOutputStream. More... | |
Additional Inherited Members | |
![]() | |
void | writeString ([in] string aString) raises ( com::sun::star::io::IOException ) |
writes a string to the stream using the encoding defined by setEncoding(). More... | |
void | setEncoding ([in] string Encoding) |
sets character encoding. More... | |
![]() | |
void | setOutputStream ([in] com::sun::star::io::XOutputStream aStream) |
plugs the output stream. More... | |
com::sun::star::io::XOutputStream | getOutputStream () |
Provides a unified interface for the new-style service TextOutputStream.
interface com::sun::star::io::XActiveDataSource |
Interface to specify the used com::sun::star::io::XOutputStream.
interface com::sun::star::io::XTextOutputStream |
Interface to write text data.