IDocumentConnector.AppendText(Stream, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Append the specified text to the document.
public void AppendText(System.IO.Stream stream, string text);
abstract member AppendText : System.IO.Stream * string -> unit
Public Sub AppendText (stream As Stream, text As String)
Parameters
- stream
- Stream
Document stream
- text
- String
String of text to write to the document.