|
Syntax
- void writeString
(
- string aString )
- raises ( com::sun::star::io::IOException );
Description
writes a string using the encoding defined by
XTextOutputStream::setEncodingi .
Line breaks or delimiters that may be neccessary to support
XTextInputStream::readLine and
XTextInputStream::readString
have to be added manually to the parameter string.
See also
- setEncoding
-
See also
- XTextInputStream::readLine
-
See also
- XTextInputStream::readString
-
Syntax
- void setEncoding
(
- string Encoding );
Description
sets character encoding.
|