Shompinice, In the UWP SfRichTextBoxAdv control,
you can open DOCX and other supported format documents at the UI level by using
the shortcut Ctrl + O or in the code-behind using the built-in APIs.
Please use the below API link to know more about loading documents in the code behind
with various parameters. Load(StorageFile
storageFile)
To edit the
opened document, you can use the shortcut keys as you would in MS Word, and you
can use the built-in commands to perform these actions.
Please use the below link to know more about the available commands in the SfRichTextBoxAdv.
Commands in UWP RichTextBox (SfRichTextBoxAdv)
To save the
document at the UI level, you can use the shortcut key Ctrl + S or the built-in
APIs in the code-behind.
Please use the below API link to know more about loading documents in the code behind
with various parameters.
Save(StorageFile
storageFile)
We have
created a sample application where you can load and save the document in the
code-behind and use the built-in commands to perform basic editing operations
such as applying bold, italic, and highlight color. Please use the application
as a reference to apply commands based on your needs.
Attachment:
SfRichTextBoxAdv_UWP_c874748d.zip