Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.67 KB

File metadata and controls

40 lines (32 loc) · 1.67 KB
layout title description platform control publishingplatform documentation
post
Selection in
Learn here all about Selection in Syncfusion
ej2-asp-core-mvc
Selection
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