Selection
string[]
Gets bookmark name collection.
SelectionCellFormat
Gets the instance of selection cell format.
SelectionCharacterFormat
Gets the instance of selection character format.
string
Gets the context type of the selection.
string
Returns end hierarchical index.
number
Gets the page number where the selection ends.
SelectionImageFormat
Gets the instance of selection image format.
boolean
Returns true if selection is in field
SelectionParagraphFormat
Gets the instance of selection paragraph format.
SelectionRowFormat
Gets the instance of selection row format.
SelectionSectionFormat
Gets the instance of selection section format.
string
Gets the selected content of the document as SFDT(Syncfusion Document Text) file format.
string
Returns start hierarchical index.
number
Gets the page number where the selection starts.
SelectionTableFormat
Gets the instance of selection table format.
string
Gets the text within selection.
Closes the header and footer region.
Returns void
Copies the selected content to clipboard.
Returns void
Copies the hyperlink URL if the context is within hyperlink.
Returns void
Extends selection backward.
Returns void
Extends selection forward.
Returns void
Extend selection to line end
Returns void
Extends selection to line start.
Returns void
Extend selection to next line.
Returns void
Extend selection to paragraph end.
Returns void
Extends selection to paragraph start.
Returns void
Extends selection to previous line.
Returns void
Extends selection to word end.
Returns void
Extends selection to word end.
Returns void
Extends selection to word start.
Returns void
Gets the bookmark name collection in current selection
Parameter | Type | Description |
---|---|---|
includeHidden (optional) | boolean |
Decide whether to include hidden bookmark name in current selection or not. |
Returns string[]
Gets the field information for the selected field.
Returns FieldInfo
Returns the context type of next character or element.
Parameter | Type | Description |
---|---|---|
isElement (optional) | boolean |
Decides whether to get next context type from element or character. By default, character. |
Returns string
Returns the context type of previous character or element.
Parameter | Type | Description |
---|---|---|
isElement (optional) | boolean |
Decides whether to get previous context type from element or character. By default, character. |
Returns string
Moves the selection to the footer of current page.
Returns void
Moves the selection to the header of current page.
Returns void
Moves the selection to the start of specified page number.
Returns void
Returns true if selection is inside the edit region
Returns boolean
Moves selection to end of the document.
Returns void
Moves selection to start of the document.
Returns void
Moves selection to end of the current line.
Returns void
Moves selection to start of the current line.
Returns void
Moves selection to next character.
Returns void
Moves selection to next line.
Returns void
Moves selection to current paragraph end.
Returns void
Moves selection to current paragraph start.
Returns void
Moves selection to previous character.
Returns void
Moves selection to previous line.
Returns void
Fires the requestNavigate
event if current selection context is in hyperlink.
Returns void
Navigate to next comment in the document.
Returns void
Navigate to next revision in the document.
Returns void
Navigate to previous comment in the document.
Returns void
Navigate to previous revision in the document.
Returns void
Navigate to next editing region, where current user can edit.
Returns void
To navigate to next Endnote from current selection
Returns void
To navigate to next footnote from current selection
Returns void
To navigate to previous Endnote from current selection
Returns void
To navigate to previous footnote from current selection
Returns void
Selects content based on selection settings
Returns void
Selects content based on start and end hierarchical index.
Parameter | Type | Description |
---|---|---|
start | string |
start hierarchical index. |
end | string |
end hierarchical index. |
Returns void
Selects the entire document.
Returns void
Selects the specified bookmark.
Parameter | Type | Description |
---|---|---|
name | string |
Returns void
Selects based on start and end hierarchical index.
Returns void
Selects the entire cell if the context is within table.
Returns void
Selects the entire column if the context is within table.
Returns void
Selects Current word
Returns void
Select the current field if selection is in field
Returns void
Selects current line.
Returns void
Selects current paragraph
Returns void
Selects the entire row if the context is within table.
Returns void
Selects the entire table if the context is within table.
Returns void
Shows all the editing region, where current user can edit.
Returns void
Highlight all the editing region, where current user can edit.
Returns void