Replaces a range of text in the document with a new string. Syntax Parameters newText The new textstartOffset The zero-based offset where the text to replace starts.lengthOfTextToReplace The length of the text to delete. Return Value True if successful. Exceptions Exception Description System.InvalidOperationExcep...
Replaces a range of text in the document with a new string. Syntax Parameters newText The new textspanToReplace The span of the text to replace. Return Value True if successful. Exceptions Exception Description System.InvalidOperationException If the IsReadOnly property is set to true or if this method is called i...
Replaces a range of text in the document with a new string. Overload List
Saves the document to the file specified via a previous call to the Load(String) method. Syntax Return Value True if the operation was successful, otherwise false.
Saves the document to the file specified via a previous call to the Load(String) method. Syntax Parameters newLineSequence The sequence of characters to delimit each line in the output. Return Value True if the operation was successful, otherwise false.
Saves the document to a stream. Syntax Parameters stream The stream to write to. Return Value True if the operation was successful, otherwise false.
Saves the document to a stream. Syntax Parameters stream The stream to write to.newLineSequence The sequence of characters to delimit each line in the output. Return Value True if the operation was successful, otherwise false.
Saves the document to the specified file. Syntax Parameters fileName The name of the file to write to. Return Value True if the operation was successful, otherwise false.
Saves the document to the specified file. Syntax Parameters fileName The name of the file to write to.newLineSequence The sequence of characters to delimit each line in the output. Return Value True if the operation was successful, otherwise false.
Saves the document to the file specified via a previous call to the Load(String) method. Overload List