Skip to content

952043: Added new section and selection and moved all the selection related How to sections #4149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: hotfix/hotfix-v29.1.33
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions ej2-asp-core-mvc/document-editor/selection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
layout: post
title: Selection in ##Platform_Name## Document Editor Component | Syncfusion
description: Learn here all about Selection in Syncfusion ##Platform_Name## Document Editor component of Syncfusion Essential JS 2 and more.
platform: ej2-asp-core-mvc
control: Selection
publishingplatform: ##Platform_Name##
documentation: ug
---

# Selection in ##Platform_Name## Document editor control

The Document Editor includes a specific module referred to as 'Selection,' which is designed to handle functionalities related to the selection of text or elements within the document. Furthermore, the Document Editor provides and maintains a set of Application Programming Interfaces (APIs) that are directly associated with the selection process. These APIs enable developers and users to interact programmatically with the selection feature, offering enhanced control and customization options.

## Selection Related API's

The following API's are related to selection in Document Editor

* [Selection]
* [SelectionBorder]
* [SelectionBorders]
* [SelectionCellFormat]
* [SelectionCharacterFormat]
* [SelectionColumnFormat]
* [SelectionImageFormat]
* [SelectionParagraphFormat]
* [SelectionRowFormat]
* [SelectionSectionFormat]
* [SelectionTableFormat]

* [ContainerSelectionChangeEventArgs]
* [SelectionChangeEventArgs]
* [LockSelectionInfo]
* [SelectionSettings]

## See How to section Also

* [How to move selection to specific position](../document-editor/how-to/move-selection-to-specific-position)
* [How to insert text in current position](../document-editor/how-to/insert-text-in-current-position)
* [How to get the selected content](../document-editor/how-to/get-the-selected-content)
1 change: 1 addition & 0 deletions ej2-asp-core-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,7 @@
<li><a href="/ej2-asp-core/document-editor/global-local">Globalization</a></li>
<li><a href="/ej2-asp-core/document-editor/notes">Footnotes and Endnotes</a></li>
<li><a href="/ej2-asp-core/document-editor/security-advisories">Security Advisories</a></li>
<li><a href="/ej2-asp-core/document-editor/selection">Selection</a></li>
<li>How To
<ul>
<li><a href="/ej2-asp-core/document-editor/how-to/add-save-button-in-toolbar">Add save button in toolbar</a></li>
Expand Down
1 change: 1 addition & 0 deletions ej2-asp-mvc-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,7 @@
<li><a href="/ej2-asp-mvc/document-editor/global-local">Globalization</a></li>
<li><a href="/ej2-asp-mvc/document-editor/notes">Footnotes and Endnotes</a></li>
<li><a href="/ej2-asp-mvc/document-editor/security-advisories">Security Advisories</a></li>
<li><a href="/ej2-asp-mvc/document-editor/selection">Selection</a></li>
<li>How To
<ul>
<li><a href="/ej2-asp-mvc/document-editor/how-to/add-save-button-in-toolbar">Add save button in toolbar</a></li>
Expand Down