Writer LoadText¶ Updates the document content The Previous content created will be lost. 1myWriter.LoadText(text: string, type: ( `"html"` | `"rtf"` | `"txt"` )):void Parameters¶ string text ( "html" | "rtf" | "txt" ) type Remarks¶ Example¶ 1 2var writer = new Writer(); writer.LoadText('Emakin');