Appends the specified line text to the RTF data. Lines will be formatted
using the styles queried from the LineStyleListener, if set, or those set
directly in the widget.
@param line line text to write as RTF. Must not contain line breaks
Line breaks should be written using writeLineDelimiter()
@param lineOffset offset of the line. 0 based from the start of the
widget document. Any text occurring before the start offset or after the
end offset specified during object creation is ignored.
@exception SWTException <ul>
<li>ERROR_IO when the writer is closed.</li>
</ul>
Appends the specified line text to the RTF data. Lines will be formatted using the styles queried from the LineStyleListener, if set, or those set directly in the widget.
@param line line text to write as RTF. Must not contain line breaks Line breaks should be written using writeLineDelimiter() @param lineOffset offset of the line. 0 based from the start of the widget document. Any text occurring before the start offset or after the end offset specified during object creation is ignored. @exception SWTException <ul> <li>ERROR_IO when the writer is closed.</li> </ul>