Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Updates the document content The Previous content created will be lost.

void myWriter.LoadText(text: string, type: ( "html" | "rtf" | "txt" ))

Arguments

string text

( "html" | "rtf" | "txt" ) type

Example

Code Block
languagejs
var writer = new Writer();
docwriter.LoadText('Emakin');