JAVA/CORBA CLASSES
Writes text to a stream.
Defined in
Stream
Syntax
public int writeText(String text) throws NotesException
public int writeText(String text, int endOfLine) throws NotesException
Parameters
String text
Int
This method appends the text to the end of the stream.
This method throws an exception if the stream is read-only. See IsReadOnly.
When a stream is written, property values are:
Language cross-reference
WriteText method in LotusScript NotesStream class
Example