DocumentServer
DocumentServer copied to clipboard
Provide api to postion the CaretPosition insert text at the current cursor position or to access the paragraph where the cursor is located
This issue is unique.
- [x] I have used the search tool and did not find an issue describing my idea.
Your idea.
Now, we only have GetElement(nPos), but we cannot get the nPos value of the the current cursor position. All of the sample code in the documentation is GetElement(0) or CreatParagraph. We need the current paragraph at the current cursor position.
see the following: https://docs.devexpress.com/OfficeFileAPI/DevExpress.XtraRichEdit.API.Native.Document.CaretPosition