Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ The following table lists the default keyboard shortcuts for formatting the para
|<kbd>Ctrl</kbd> + <kbd>D</kbd> | <kbd>⌘</kbd> + <kbd>D</kbd> | Opens font dialog.|
|<kbd>Ctrl</kbd> + <kbd>K</kbd> | <kbd>⌘</kbd> + <kbd>K</kbd> | Opens hyperlink dialog.|

You can refer to our [Blazor Word Processor](https://www.syncfusion.com/blazor-components/blazor-word-processor) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Word Processor example](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) to know how to render and configure the document editor.
You can refer to our [Blazor Word Processor](https://www.syncfusion.com/blazor-components/blazor-word-processor) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Word Processor example](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) to know how to render and configure the document editor.

## Ensuring accessibility

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ The following code example shows how to perform the paste operation from the loc

```

You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ You can invoke the search or find text functionality programmatically using the
}
```

You can refer to our [Blazor Word Processor](https://www.syncfusion.com/blazor-components/blazor-word-processor) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Word Processor example](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) to know how to render and configure the document editor.
You can refer to our [Blazor Word Processor](https://www.syncfusion.com/blazor-components/blazor-word-processor) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Word Processor example](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) to know how to render and configure the document editor.
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor DocumentEditor c
N> The Document editor is one of the large functionalities covered component as it gives you many functionalities of Microsoft Word application. It has more UI views like text properties pane, header footer properties pane, image properties pane and dialogs.
The dependency components are [Syncfusion.Blazor.Calendars](https://www.nuget.org/packages/Syncfusion.Blazor.Calendars/), [Syncfusion.Blazor.Core](https://www.nuget.org/packages/Syncfusion.Blazor.Core/), [Syncfusion.Blazor.Data](https://www.nuget.org/packages/Syncfusion.Blazor.Data/), [Syncfusion.Blazor.DropDowns](https://www.nuget.org/packages/Syncfusion.Blazor.DropDowns/), [Syncfusion.Blazor.Navigations](https://www.nuget.org/packages/Syncfusion.Blazor.Navigations/), [Syncfusion.WordProcessor.AspNet.Core](https://www.nuget.org/packages/Syncfusion.WordProcessor.AspNet.Core/), [System.Text.Json](https://www.nuget.org/packages/System.Text.Json/). So, it takes some time (less than 6seconds) for initial loading in client browsers to load all the dependency components and it is an expected one.

You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ Move the selection to the document body from header or footer region by double c
await container.DocumentEditor.Selection.CloseHeaderFooterAsync();
```

You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
2 changes: 1 addition & 1 deletion Document-Processing/Word/Word-Processor/blazor/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ History of editing actions will be maintained in stack, so that the last item wi
await container.DocumentEditor.EditorHistory.SetRedoLimitAsync(400);
```

You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
2 changes: 1 addition & 1 deletion Document-Processing/Word/Word-Processor/blazor/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Text wrapping refers to how images fit with surrounding text in a document. [Ref

DocumentEditor preserves the position properties of the image and displays the image based on position properties. It does not support modifying the position properties. Whereas the image will be automatically moved along with text edited if it is positioned relative to the line or paragraph.

You can also explore our [`Blazor Word Processor`](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
You can also explore our [`Blazor Word Processor`](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ The Word document can be opened on control initialization, in this sample, the d
}
```

You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.

## Opening a document with TIFF, EMF and WMF images

Expand Down
2 changes: 1 addition & 1 deletion Document-Processing/Word/Word-Processor/blazor/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ The [Blazor Word Processor component](https://www.syncfusion.com/blazor-componen
* Contains Intuitive UI options through context menu, dialogs, and navigation pane.
* Localizes all the static text to any desired language.

You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ The following example code illustrates how to show or hide paragraph marks.
}
```

You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Also, at some situations, you might need to allow changes for a certain portion

![Enabling Restrict Editing in Blazor DocumentEditor](./images/blazor-document-editor-enable-edit-restriction.png)

You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ You can define the distance of footer content from the bottom of the page by usi
await documentEditor.Selection.SectionFormat.SetFooterDistanceAsync(72);
```

You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
2 changes: 1 addition & 1 deletion Document-Processing/Word/Word-Processor/blazor/styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ object paragraphStyles = await container.DocumentEditor.GetStylesAsync(StyleType
object characterStyles = await container.DocumentEditor.GetStylesAsync(StyleType.Character);
```

You can refer to our [Blazor Word Processor](https://www.syncfusion.com/blazor-components/blazor-word-processor) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Word Processor example](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) to know how to render and configure the document editor.
You can refer to our [Blazor Word Processor](https://www.syncfusion.com/blazor-components/blazor-word-processor) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Word Processor example](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) to know how to render and configure the document editor.
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ Document Editor expose API to get or set the table description of the selected i
await documentEditor.Selection.TableFormat.SetDescriptionAsync("Freight cost and shipping details");
```

You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ await editor.Editor.InsertTableOfContentsAsync(tableOfContentsSettings);

N> Same method is used for inserting, updating, and editing table of contents. This will work based on the current element at cursor position and the optional settings parameter. If table of contents is present at cursor position, the update operation will be done based on the optional settings parameter. Otherwise, the insert operation will be done.

You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
2 changes: 1 addition & 1 deletion Document-Processing/Word/Word-Processor/blazor/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ Refer to the following sample code.
await documentEditor.Editor.MergeCellsAsync();
```

You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ The highlight color of the selected text can be get or set using the following s
await documentEditor.Selection.CharacterFormat.SetHighlightColorAsync(HighlightColor.Pink);
```

You can also explore our [Blazor Word Processor](https://blazor.syncfusion.com/demos/document-editor/default-functionalities) example to know how to render and configure the document editor.
You can also explore our [Blazor Word Processor](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/default-functionalities) example to know how to render and configure the document editor.