SubDocument.AddTextAsync Method
Name | Parameters | Description |
---|---|---|
AddTextAsync(Int32, String, CancellationToken) | position, text, cancellationToken | Inserts the text at the specified position. |
AddTextAsync(String, CancellationToken) | text, cancellationToken | Appends the specified text to the sub-document. |