Example of Default Functionalities in Blazor Word Processor Component
This example demonstrates how to create, edit, and print Word documents (DOCX) online using document editor.
Insert Table
Bookmark
Bookmark name:
- No Records Found
Page Setup
Table of Contents
General
Build table of contents from:
Styles:
- TOC 1
- TOC 2
- TOC 3
- TOC 4
- TOC 5
- TOC 6
- TOC 7
- TOC 8
- TOC 9
Font
Tabs
Tab stop position
Tab stops to be cleared
Alignment
Leader
Text Form Field
Field settings
Information
Drop Down Form Field
Items in drop-down list
- No Records Found
Field settings
Check Box Form Field
Default value
Check box size
Field settings
Paragraph
Tabs
Tab stop position
Tab stops to be cleared
Alignment
Leader
Styles
Styles
- Normal
- Heading 1
- Heading 2
- Heading 3
- Heading 4
- Heading 5
- Heading 6
- Heading 7
- Heading 8
- Heading 9
Modify Style
Properties
Formatting
Numbering and Bullets
Table Properties
Borders and Shading
Borders
Setting
Preview
Color
Shading
Fill
Table Options
Cell Options
Spelling Editor
Spelling
Suggestions
Columns
Presets
Width and spacing
Column | Width | Spacing |
Information
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.
- 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.