Example of undefined in React DocumentEditor Component

/
/
Default

This example demonstrates how to create, edit, and print Word documents (DOCX) online using document editor without any server-side dependencies.

More Details...

Loading....
Description

In this example, you can create and edit Word documents online much faster and easier using intuitive UI options of the document editor. All independent features of the document editor component are defined as separate modules to help build a lightweight Word editor with the features you require.

Features of document editor:

  • Create and edit: Opens and saves documents in native "Syncfusion Document Text (*.sfdt)" file format without any server-side dependencies. This helps build a purely client-side Word editor application.
  • Supported elements: Document elements like text, images, hyperlinks, tables, bookmarks, page numbers, tables of contents, headers, and footers.
  • Formatting: Text levels, paragraph levels, bullets and numbering, table levels, page settings, and styles.
  • Editing operations: Undo, redo, cut, copy, and paste.
  • Find and replace text within the document.
  • Interactions through touch, mouse, and keyboard.

{" "} More information about the document editor features can be found in this{" "} documentation section.