ParagraphCollection.Insert(DocumentPosition, InsertOptions) Method
Inserts a new paragraph into the document at a specified position using the specified options.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
pos | DocumentPosition | A DocumentPosition object that specifies a position to insert a new paragraph. |
insertOptions | InsertOptions | An InsertOptions enumeration value, specifying how destination formatting is applied to inserted content. |
Returns
Type | Description |
---|---|
Paragraph | A paragraph that follows the inserted paragraph. |
See Also