Loading...
Loading...
Use this skill when a user asks how to generate, integrate, or implement a Word‑like document editor in UWP using Syncfusion. Trigger it for requests involving the Syncfusion UWP Document Editor, UWP‑based editor integration, document editing and formatting, comments, working with tables and images, managing headers and footers, applying document protection, and building end‑to‑end document workflows in UWP applications.
npx skill4agent add syncfusion/docx-editor-sdk-skills syncfusion-uwp-docx-editorreferences/*.mdreferences/*.md## Rulesreferences/| File | Purpose |
|---|---|
| automatic-suggestion.md | Configure automatic text suggestions and mentions using the @ character. |
| background.md | Customize the background of the document and editor control. |
| character-format.md | Apply character formatting such as font family, size, style, and color. |
| clipboard.md | Perform copy, cut, and paste operations within the document editor. |
| commands.md | Use built-in editor commands and configure command bindings. |
| comments.md | Insert, manage, reply to, navigate and delete document comments. |
| determine-editing-context-type.md | Identify the current editing context (text, table, image, etc.). |
| document-editor.md | Create, initialize, and configure the UWP DOCX Editor. |
| document-properties.md | Access document statistics such as word count, page count, and current page. |
| find-and-replace.md | Search for text and perform find-and-replace operations. |
| hyperlink.md | Insert, edit, and manage hyperlinks in documents. |
| image.md | Insert and manage images in the document. |
| layout-types.md | Switch between page layout modes (Pages / Continuous / Blocks). |
| lists.md | Create and manage bulleted and numbered lists. |
| localization.md | Apply localization using resources and UI culture settings. |
| lost-focus-behavior.md | Keep the caret and selection highlight visible when the editor loses focus. |
| radial-menu.md | Configure and use the radial menu for contextual actions. |
| mvvm.md | Integrate the document editor with MVVM using data binding and view models. |
| open-document.md | Open and load documents from files, streams, and memory using sync and async APIs. |
| paragraph-format.md | Apply paragraph formatting such as alignment, spacing, and indentation. |
| print.md | Print document contents and configure print behavior. |
| save-document.md | Save and export documents to files and streams using sync and async APIs. |
| section-format.md | Configure section-level settings such as page size, margins, and headers/footers. |
| selection.md | Work with text selection APIs, navigation, formatting, and keyboard-based selection. |
| shapes.md | Preserve and interact with shapes such as text boxes and rectangles from imported documents. |
| styles.md | Create, apply, modify, and clear character, paragraph, table, and linked styles. |
| table.md | Create and manipulate tables including rows, columns, cells, and alignment. |
| template-and-styling-document-editor.md | Customize control templates, styles, context menus, panes, and overall editor UI appearance. |
| undo-redo.md | Undo and redo document editing actions and configure undo behavior. |
| virtualization.md | Enable UI virtualization and apply performance optimization techniques. |
references/*.md{{ }}[PLACEHOLDER]