You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: net/developer-guide/create-document.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
id: create-document
3
3
url: editor/net/create-document
4
-
title: Create and Edit a New WordProcessing Document
4
+
title: Create and edit new WordProcessing document
5
5
weight: 8
6
6
description: "This article demonstrates how to create and edit WordProcessing documents using GroupDocs.Editor for .NET. It also covers supported formats like spreadsheets and presentations."
7
7
keywords: Create new document, edit document, WordProcessing, GroupDocs.Editor, DOCX
@@ -10,7 +10,7 @@ hideChildren: False
10
10
structuredData:
11
11
showOrganization: True
12
12
application:
13
-
name: Creating and Editing Documents by Format
13
+
name: Create and edit new WordProcessing document
14
14
description: Create and edit new documents using GroupDocs.Editor for .NET in C#
15
15
productCode: editor
16
16
productPlatform: net
@@ -28,8 +28,8 @@ structuredData:
28
28
29
29
This guide shows how to create a new blank document in a specific format using the `Editor` class from GroupDocs.Editor for .NET.
30
30
31
-
You can create documents in **DOCX**, **XLSX**, **PPTX**, **EPUB**, and **EML**formats.
32
-
🔗 See the list of [supported document formats](https://docs.groupdocs.com/editor/net/supported-document-formats/).
31
+
It is possible to create a new blank document in all major document formats, including text (DOCX), workbooks (XLSX), presentations (PPTX), e-books (EPUB) and emails (EML). See the full list of [supported document formats](https://docs.groupdocs.com/editor/net/supported-document-formats/), take a note on a "Create" column, which indicates whether it is possible to create a new document of a particular format.
32
+
33
33
34
34
---
35
35
@@ -60,10 +60,8 @@ using GroupDocs.Editor;
60
60
usingGroupDocs.Editor.Formats;
61
61
usingGroupDocs.Editor.Options;
62
62
63
-
StreammemoryStream=newMemoryStream();
64
63
65
-
using (Editoreditor=newEditor(WordProcessingFormats.Docx))
66
-
{
64
+
using (Editoreditor=newEditor(WordProcessingFormats.Docx))
Copy file name to clipboardExpand all lines: net/developer-guide/form-field-management/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
id: form-field-management
3
3
url: editor/net/form-field-management
4
-
title: Field Management in GroupDocs.Editor for .NET
4
+
title: Field Management
5
5
weight: 100
6
6
description: "This documentation section explains how to the management and manipulation of form fields within documents."
7
7
keywords: fields, form fields
@@ -12,7 +12,7 @@ structuredData:
12
12
showOrganization: True
13
13
---
14
14
15
-
The [`GroupDocs.Editor.Words.FieldManagement`](https://reference.groupdocs.com/editor/net/groupdocs.editor/formfieldmanager/) namespace provides classes and interfaces for the management and manipulation of form fields within Word documents. This feature allows users to interact with various types of form fields programmatically, including text fields, checkboxes, dropdowns, and more. This article covers the main features and usage of field management in GroupDocs.Editor for .NET.
15
+
The [`GroupDocs.Editor.Words.FieldManagement`](https://reference.groupdocs.com/editor/net/groupdocs.editor/formfieldmanager/) namespace provides classes and interfaces for the management and manipulation of form fields within Word documents. This feature allows users to interact with various types of form fields programmatically, including text fields, checkboxes, dropdowns, and more. This article covers the main features and usage of field management in GroupDocs.Editor.
0 commit comments