Back to Devexpress

SubDocument.AddRtfAsync Method

blazor-devexpress-dot-blazor-dot-richedit-dot-subdocument-dot-addrtfasync.md

latest648 B
Original Source

SubDocument.AddRtfAsync Method

NameParametersDescription
AddRtfAsync(Int32, String, CancellationToken)position, rtfText, cancellationTokenInserts text in Rich Text Format (RTF) into the sub-document at the specified position.
AddRtfAsync(String, CancellationToken)rtfText, cancellationTokenInserts text in Rich Text Format (RTF) at the end of a sub-document.