You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get the bookmark content as SFDT (rich text), check this [`link`](../../document-editor/how-to/get-the-selected-content/#get-the-selected-content-as-sfdt-rich-text)
42
-
43
45
## Select and get the paragraph in current cursor position
44
46
45
47
You can use [`selectParagraph`] API in selection module to select the current paragraph at cursor position and use [`text`] API or [`sfdt`] API to get the selected content as plain text or SFDT from Document Editor component.
@@ -53,7 +55,9 @@ The following example code illustrates how to select and get the current paragra
53
55
{% include code-snippet/document-editor-container/get-paragraph/tagHelper %}
0 commit comments