Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

var writer = new Writer();
doc.LoadText('Emakin');
  • No labels