RTFWriter.write

Appends the specified segment of "string" to the RTF data. Copy from <code>start</code> up to, but excluding, <code>end</code>.

@param string string to copy a segment from. Must not contain line breaks. Line breaks should be written using writeLineDelimiter() @param start start offset of segment. 0 based. @param end end offset of segment

  1. alias write = TextWriter.write
  2. void write(String string, int start, int end)
    class RTFWriter
    void
    write
    (
    String string
    ,
    int start
    ,
    int end
    )

Meta