ParagraphCollection.Insert(DocumentPosition, InsertOptions) Method
In This Article
Inserts a new paragraph into the document at a specified position using the specified options.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
Paragraph Insert(
DocumentPosition pos,
InsertOptions insertOptions
)
#Parameters
Name | Type | Description |
---|---|---|
pos | Document |
A Document |
insert |
Insert |
An Insert |
#Returns
Type | Description |
---|---|
Paragraph | A paragraph that follows the inserted paragraph. |
See Also