SubDocument.AddRtfAsync Method
Name | Parameters | Description |
---|---|---|
AddRtfAsync(Int32, String, CancellationToken) | position, rtfText, cancellationToken | Inserts text in Rich Text Format (RTF) into the sub-document at the specified position. |
AddRtfAsync(String, CancellationToken) | rtfText, cancellationToken | Inserts text in Rich Text Format (RTF) at the end of a sub-document. |