From 6350fca9eba5278fb6119ba734e790bd380b89ba Mon Sep 17 00:00:00 2001
From: Kathiresan4347 <159137198+Kathiresan4347@users.noreply.github.com>
Date: Fri, 9 Jan 2026 19:31:44 +0530
Subject: [PATCH 01/10] ES-967048-Changes added
---
.../Word/Word-Library/NET/FAQ.md | 2 +
.../NET/Supported-and-Unsupported-Features.md | 26 +++---
.../Word-Library/NET/Working-with-Fields.md | 84 +++++++++++++++++++
.../Word/Word-Library/NET/html.md | 4 +-
.../Word/Word-Library/NET/text.md | 3 +
5 files changed, 104 insertions(+), 15 deletions(-)
diff --git a/Document-Processing/Word/Word-Library/NET/FAQ.md b/Document-Processing/Word/Word-Library/NET/FAQ.md
index 83f92e0ff..ab60d2dcc 100644
--- a/Document-Processing/Word/Word-Library/NET/FAQ.md
+++ b/Document-Processing/Word/Word-Library/NET/FAQ.md
@@ -36,6 +36,8 @@ The frequently asked questions under each category in Essential®
* [Can DocIO open or process MPIP-protected Word documents?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#can-docio-open-or-process-mpip-protected-word-documents)
* [Why does content imported from one Word document to another start on a new page, even without a section break?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#why-does-content-imported-from-one-word-document-to-another-start-on-a-new-page-even-without-a-section-break)
* [Does DocIO process corrupted Word documents?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#does-docio-process-corrupted-word-documents)
+* [Does DocIO support sensitivity labels?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#does-docio-support-sensitivity-labels)
+* [Can DocIO Open a Document with Sensitivity Labels Applied?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#can-docio-open-a-document-with-sensitivity-labels-applied)
## Sections
diff --git a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
index 3a102073b..4ee1230f6 100644
--- a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
+++ b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
@@ -46,7 +46,7 @@ Yes
Indents – left, right, first line & hanging
|
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md b/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
index f4a652e66..79065f996 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
@@ -1813,6 +1813,90 @@ document.Close()
{% endtabs %}
+## Supported Fields in DocIO
+
+
+
+
+ | Field Name |
+ Append |
+ Preservation |
+ Unlink |
+ Update |
+
+
+
+ | Author field | Yes | Yes | Yes | Yes |
+
+
+ | AutoNum field | Yes | Yes | Yes | Yes |
+
+
+ | Comments field | Yes | Yes | Yes | Yes |
+
+
+ | Compare field | Yes | Yes | Yes | Yes |
+
+
+ | Date field | Yes | Yes | Yes | Yes |
+
+
+ | DocProperty field | Yes | Yes | Yes | Yes |
+
+
+ | DocVariable field | Yes | Yes | Yes | Yes |
+
+
+ | Embed field | | | | Not properly insert |
+
+
+ | Hyperlink field | Yes | Yes | Yes | Yes |
+
+
+ | If field | Yes | Yes | Yes | Yes |
+
+
+ | MergeField field | Yes | Yes | Yes | Yes |
+
+
+ | MergeRec field | Yes | Yes | Yes | Yes (Ensured through Mail merge) |
+
+
+ | MergeSeq field | Yes | Yes | Yes | Yes (Ensured through Mail merge) |
+
+
+ | Next field | Yes | Yes | Yes | Yes (Ensured through Mail merge) |
+
+
+ | NextIf field | Yes | Yes | Yes | Yes (Ensured through Mail merge) |
+
+
+ | NumPages field | Yes | Yes | Yes | Yes |
+
+
+ | Page field | Yes | Yes | Yes | Yes |
+
+
+ | PageRef field | Yes | Yes | Yes | Yes |
+
+
+ | Ref field | Yes | Yes | Yes | Yes |
+
+
+ | Section field | Yes | Yes | Yes | Yes |
+
+
+ | Seq (Sequence) field | Yes | Yes | Yes | Yes |
+
+
+ | Set field | Yes | Yes | Yes | Yes |
+
+
+ | Subject field | Yes | Yes | Yes | Yes |
+
+
+
+
## Online Demo
* Explore how to update fields in a Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/updatefields#/tailwind).
diff --git a/Document-Processing/Word/Word-Library/NET/html.md b/Document-Processing/Word/Word-Library/NET/html.md
index 5074f1c14..11e022b5c 100644
--- a/Document-Processing/Word/Word-Library/NET/html.md
+++ b/Document-Processing/Word/Word-Library/NET/html.md
@@ -252,8 +252,6 @@ N> Calling the above event is mandatory in ASP.NET Core, UWP, and Xamarin platfo
CSS selectors are used to select the HTML elements you want to style and apply a set of CSS rules.
-N> DocIO supports only internally defined CSS selectors during HTML conversion and does not support external CSS selectors referenced in the HTML file.
-
| Selectors |
@@ -328,6 +326,8 @@ N> DocIO supports only internally defined CSS selectors during HTML conversion a
You can download a complete working sample that includes all these CSS selectors from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/HTML-conversions/Convert-HTML-with-CSS-Selctor-to-Word)
+N> DocIO supports only internally defined CSS selectors during HTML conversion and does not support external CSS selectors referenced in the HTML file.
+
## Convert Word to HTML
The following code example shows how to convert the Word document into HTML.
diff --git a/Document-Processing/Word/Word-Library/NET/text.md b/Document-Processing/Word/Word-Library/NET/text.md
index 2b686ba6b..3e5b64701 100644
--- a/Document-Processing/Word/Word-Library/NET/text.md
+++ b/Document-Processing/Word/Word-Library/NET/text.md
@@ -10,6 +10,9 @@ documentation: UG
The Essential® DocIO converts the Word document into Text file and vice versa.
+To quickly start converting a Word document to Text and vice versa, please check out this video:
+{% youtube "https://www.youtube.com/watch?v=sK71TfWEtk8" %}
+
## Convert Word to Text
The following code example shows how to convert the Word document into text file.
From 5cc55f5dd2aa66359c10e393c95d2d443f863cf7 Mon Sep 17 00:00:00 2001
From: Kathiresan4347 <159137198+Kathiresan4347@users.noreply.github.com>
Date: Mon, 12 Jan 2026 11:20:47 +0530
Subject: [PATCH 02/10] ES-967048-Changes added
---
.../Word/Word-Library/NET/Working-with-Fields.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md b/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
index 79065f996..91b5ec645 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
@@ -1877,7 +1877,7 @@ document.Close()
Page field | Yes | Yes | Yes | Yes |
- | PageRef field | Yes | Yes | Yes | Yes |
+ PageRef field | Yes | Yes | Yes | No |
| Ref field | Yes | Yes | Yes | Yes |
From ff5b9399c362bedc944e43b4f1ba6076b5e57d83 Mon Sep 17 00:00:00 2001
From: Kathiresan4347 <159137198+Kathiresan4347@users.noreply.github.com>
Date: Mon, 12 Jan 2026 16:16:45 +0530
Subject: [PATCH 03/10] ES-967048-Changes added
---
.../NET/Supported-and-Unsupported-Features.md | 16 +--
.../Word-Library/NET/Working-with-Fields.md | 106 +++++-------------
2 files changed, 34 insertions(+), 88 deletions(-)
diff --git a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
index 4ee1230f6..0e5831963 100644
--- a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
+++ b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
@@ -373,10 +373,10 @@ No
Equation
No
|
No
|
-No
|
-No
|
-No
|
-No
|
+Yes
+Yes
|
+Yes
|
+Yes
|
SmartArt
|
@@ -524,10 +524,10 @@ Yes
|
Suppress hyphenation
No
|
No
|
-Yes
|
-Yes
|
-Yes
|
-Yes
|
+No
+No
|
+No
|
+No
|
Indents – left, right, first line & hanging
|
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md b/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
index 91b5ec645..deabb71b9 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
@@ -1815,86 +1815,32 @@ document.Close()
## Supported Fields in DocIO
-
-
-
- | Field Name |
- Append |
- Preservation |
- Unlink |
- Update |
-
-
-
- | Author field | Yes | Yes | Yes | Yes |
-
-
- | AutoNum field | Yes | Yes | Yes | Yes |
-
-
- | Comments field | Yes | Yes | Yes | Yes |
-
-
- | Compare field | Yes | Yes | Yes | Yes |
-
-
- | Date field | Yes | Yes | Yes | Yes |
-
-
- | DocProperty field | Yes | Yes | Yes | Yes |
-
-
- | DocVariable field | Yes | Yes | Yes | Yes |
-
-
- | Embed field | | | | Not properly insert |
-
-
- | Hyperlink field | Yes | Yes | Yes | Yes |
-
-
- | If field | Yes | Yes | Yes | Yes |
-
-
- | MergeField field | Yes | Yes | Yes | Yes |
-
-
- | MergeRec field | Yes | Yes | Yes | Yes (Ensured through Mail merge) |
-
-
- | MergeSeq field | Yes | Yes | Yes | Yes (Ensured through Mail merge) |
-
-
- | Next field | Yes | Yes | Yes | Yes (Ensured through Mail merge) |
-
-
- | NextIf field | Yes | Yes | Yes | Yes (Ensured through Mail merge) |
-
-
- | NumPages field | Yes | Yes | Yes | Yes |
-
-
- | Page field | Yes | Yes | Yes | Yes |
-
-
- | PageRef field | Yes | Yes | Yes | No |
-
-
- | Ref field | Yes | Yes | Yes | Yes |
-
-
- | Section field | Yes | Yes | Yes | Yes |
-
-
- | Seq (Sequence) field | Yes | Yes | Yes | Yes |
-
-
- | Set field | Yes | Yes | Yes | Yes |
-
-
- | Subject field | Yes | Yes | Yes | Yes |
-
-
+The following fields are supported in DocIO:
+- Author field
+- AutoNum field
+- Comments field
+- Compare field
+- Date field
+- DocProperty field
+- DocVariable field
+- Hyperlink field
+- If field
+- MergeField field
+- MergeRec field
+- MergeSeq field
+- Next field
+- NextIf field
+- NumPages field
+- Page field
+- PageRef field
+- Ref field
+- Section field
+- Seq (Sequence) field
+- Set field
+- Subject field
+- Time field
+- Title field
+- TOC (Table of Contents) field
## Online Demo
From 24a6e57968b5a4d0ab878bb814c0a14b15f1d359 Mon Sep 17 00:00:00 2001
From: Kathiresan4347 <159137198+Kathiresan4347@users.noreply.github.com>
Date: Tue, 13 Jan 2026 19:36:08 +0530
Subject: [PATCH 04/10] ES-967048-Changes Added
---
.../NET/Supported-and-Unsupported-Features.md | 16 ++++----
.../Word-Library/NET/Working-with-Fields.md | 41 ++++++++++++++++++-
2 files changed, 48 insertions(+), 9 deletions(-)
diff --git a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
index 0e5831963..edc2489e6 100644
--- a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
+++ b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
@@ -127,8 +127,8 @@ Yes
Yes
|
Yes
|
Yes
|
-Yes
|
-Yes
|
+No
+No
|
Macros
|
@@ -522,12 +522,12 @@ Yes
|
Suppress hyphenation
|
-No
|
-No
|
-No
|
-No
|
-No
|
-No
|
+Yes
+Yes
|
+Yes
|
+Yes
|
+Yes
|
+Yes
|
Indents – left, right, first line & hanging
|
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md b/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
index deabb71b9..09af67359 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
@@ -1815,16 +1815,22 @@ document.Close()
## Supported Fields in DocIO
-The following fields are supported in DocIO:
+Using DocIO, you can append, update, or unlink the following fields
+- Advance field
- Author field
- AutoNum field
+- AutoNumLgl field
+- AutoNumOut field
- Comments field
- Compare field
- Date field
- DocProperty field
- DocVariable field
+- GoToButton field
- Hyperlink field
- If field
+- ListNum
+- MacroButton field
- MergeField field
- MergeRec field
- MergeSeq field
@@ -1834,15 +1840,48 @@ The following fields are supported in DocIO:
- Page field
- PageRef field
- Ref field
+- SaveDate field
- Section field
- Seq (Sequence) field
- Set field
- Subject field
+- Symbol field
- Time field
- Title field
+- TOA
- TOC (Table of Contents) field
+Using DocIO, you can append the following fields in to document but does not have the support for update for below fields.
+- Ask field
+- AutoText field
+- AutoTextList field
+- CreateDate field
+- FileName field
+- FileSize field
+- Fill-In field
+- = (Formula) field
+- IncludePicture field
+- IncludeText field
+- Index field
+- Info field
+- Keywords field
+- LastSavedBy field
+- NoteRef field
+- NumChars field
+- NumWords field
+- PrintDate field
+- Quote field
+- RevNum field
+- SectionPages field
+- SkipIf field
+- StyleRef field
+- Template field
+- UserAddress field
+- UserInitials field
+- UserName field
+
+
## Online Demo
* Explore how to update fields in a Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/updatefields#/tailwind).
From 71facb8fad98a7e311ce8c5d2ecb4529cf68673c Mon Sep 17 00:00:00 2001
From: Kathiresan4347 <159137198+Kathiresan4347@users.noreply.github.com>
Date: Tue, 13 Jan 2026 19:39:48 +0530
Subject: [PATCH 05/10] ES-967048-Changes added
---
.../Word-Library/NET/Supported-and-Unsupported-Features.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
index edc2489e6..41af5d952 100644
--- a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
+++ b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
@@ -375,8 +375,8 @@ No
|
No
|
Yes
|
Yes
|
-Yes
|
-Yes
|
+No
+No
|
SmartArt
|
From b9c032328728a9c47b24bfaf3674b577b279e222 Mon Sep 17 00:00:00 2001
From: Kathiresan4347 <159137198+Kathiresan4347@users.noreply.github.com>
Date: Wed, 14 Jan 2026 13:07:30 +0530
Subject: [PATCH 06/10] ES-967048-Changes Added
---
.../NET/Supported-and-Unsupported-Features.md | 86 +++++++++++++++++++
.../Word-Library/NET/Working-with-Fields.md | 69 ---------------
.../Word-Library/NET/Working-with-Tables.md | 2 +
3 files changed, 88 insertions(+), 69 deletions(-)
diff --git a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
index 41af5d952..09848d498 100644
--- a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
+++ b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
@@ -1107,6 +1107,92 @@ Yes
|
+## Supported Fields
+
+
+ | Field |
+ Supports Update |
+
+
+ | = (Formula) field |
+ Yes
+ Known Limitation:
+ All formula fields are supported except =SUM(ABOVE), which is not supported.
+ |
+
+
+ | Advance field | Not Applicable |
+ | Ask field | No |
+ | Author field | Yes |
+ | AutoNum field | Not Applicable |
+ | AutoNumLgl field | Not Applicable |
+ | AutoNumOut field | Not Applicable |
+ | AutoText field | No |
+ | AutoTextList field | No |
+ | Comments field | Yes |
+ | Compare field | Yes |
+ | CreateDate field | No |
+ | Date field | Yes |
+ | DocProperty field | Yes |
+ | DocVariable field | Yes |
+ | FileName field | No |
+ | FileSize field | No |
+ | Fill-In field | No |
+ | GoToButton field | Not Applicable |
+ | Hyperlink field | Not Applicable |
+ | If field | Yes |
+ | IncludePicture field | Not Applicable |
+ | IncludeText field | No |
+ | Index field | No |
+ | Info field | No |
+ | Keywords field | No |
+ | LastSavedBy field | No |
+ | ListNum field | Not Applicable |
+ | MacroButton field | Not Applicable |
+ | MergeField field | Yes |
+ | MergeRec field | Yes |
+ | MergeSeq field | Yes |
+ | Next field | No |
+ | NextIf field | Yes |
+ | NoteRef field | No |
+ | NumChars field | No |
+
+ | NumPages field |
+
+ Yes
+ Known Limitation:
+ Not supported on Silverlight/WinRT platforms. PDF layout limitations may cause incorrect page counts.
+ Requires UpdateDocumentFields() and PDF assemblies in .NET Core/MAUI.
+ |
+
+ | NumWords field | No |
+ | Page field | Yes |
+ | PageRef field | Yes |
+ | PrintDate field | No |
+ | Quote field | No |
+ | Ref field | Yes |
+ | RevNum field | No |
+ | SaveDate field | No |
+ | Section field | Yes |
+ | SectionPages field | No |
+ | Seq (Sequence) field | Yes |
+ | Set field | Yes |
+ | SkipIf field | No |
+ | StyleRef field | No |
+ | Subject field | Yes |
+ | Symbol field | Not Applicable |
+ | Template field | No |
+ | Time field | Yes |
+ | Title field | Yes |
+ | TOA | No |
+ | TOC (Table of Contents) field | Yes |
+ | UserAddress field | No |
+ | UserInitials field | No |
+ | UserName field | No |
+
+
+
+
## Blazor supported features
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md b/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
index 09af67359..f4a652e66 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
@@ -1813,75 +1813,6 @@ document.Close()
{% endtabs %}
-## Supported Fields in DocIO
-
-Using DocIO, you can append, update, or unlink the following fields
-- Advance field
-- Author field
-- AutoNum field
-- AutoNumLgl field
-- AutoNumOut field
-- Comments field
-- Compare field
-- Date field
-- DocProperty field
-- DocVariable field
-- GoToButton field
-- Hyperlink field
-- If field
-- ListNum
-- MacroButton field
-- MergeField field
-- MergeRec field
-- MergeSeq field
-- Next field
-- NextIf field
-- NumPages field
-- Page field
-- PageRef field
-- Ref field
-- SaveDate field
-- Section field
-- Seq (Sequence) field
-- Set field
-- Subject field
-- Symbol field
-- Time field
-- Title field
-- TOA
-- TOC (Table of Contents) field
-
-
-Using DocIO, you can append the following fields in to document but does not have the support for update for below fields.
-- Ask field
-- AutoText field
-- AutoTextList field
-- CreateDate field
-- FileName field
-- FileSize field
-- Fill-In field
-- = (Formula) field
-- IncludePicture field
-- IncludeText field
-- Index field
-- Info field
-- Keywords field
-- LastSavedBy field
-- NoteRef field
-- NumChars field
-- NumWords field
-- PrintDate field
-- Quote field
-- RevNum field
-- SectionPages field
-- SkipIf field
-- StyleRef field
-- Template field
-- UserAddress field
-- UserInitials field
-- UserName field
-
-
## Online Demo
* Explore how to update fields in a Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/updatefields#/tailwind).
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Tables.md b/Document-Processing/Word/Word-Library/NET/Working-with-Tables.md
index 62d492ded..ba249d2cc 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Tables.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Tables.md
@@ -1515,6 +1515,8 @@ End Using
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Tables/Apply-base-style-for-table).
+To know more about the Built‑in table styles supported by Essential® DocIO, refer the [documentation](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.BuiltInTableStyle.html#fields), which also includes the visual appearance of each Built‑in table style.
+
## Merging cells vertically and horizontally
You can combine two or more table cells located in the same row or column into a single cell.
From e736f7f65bab71ebebc1efb622f290a5923bbf5c Mon Sep 17 00:00:00 2001
From: Kathiresan4347 <159137198+Kathiresan4347@users.noreply.github.com>
Date: Wed, 14 Jan 2026 13:25:47 +0530
Subject: [PATCH 07/10] ES-967048-Feedback addressed
---
.../Word/Word-Library/NET/Supported-and-Unsupported-Features.md | 2 +-
.../Word/Word-Library/NET/Working-with-Fields.md | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
index 09848d498..28d7e5e12 100644
--- a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
+++ b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
@@ -1152,7 +1152,7 @@ Yes
| MergeField field | Yes |
| MergeRec field | Yes |
| MergeSeq field | Yes |
- | Next field | No |
+ | Next field | Yes |
| NextIf field | Yes |
| NoteRef field | No |
| NumChars field | No |
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md b/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
index f4a652e66..798f5ac3c 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
@@ -246,6 +246,7 @@ Field updating engine calculates the resultant value based on the field code inf
* DOCPROPERTY
* COMPARE
* IF
+* NEXT
* NEXTIF
* MERGEREC
* MERGESEQ
From 71b607895ddbc9b4adf68b7158fde8692d90fa8f Mon Sep 17 00:00:00 2001
From: Kathiresan4347 <159137198+Kathiresan4347@users.noreply.github.com>
Date: Wed, 14 Jan 2026 13:56:27 +0530
Subject: [PATCH 08/10] ES-967048-CI Issue resolved
---
.../Word/Word-Library/NET/Supported-and-Unsupported-Features.md | 2 +-
.../Word/Word-Library/NET/Working-with-Tables.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
index 28d7e5e12..bd4404c93 100644
--- a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
+++ b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
@@ -1125,7 +1125,7 @@ Yes
| Ask field | No |
| Author field | Yes |
| AutoNum field | Not Applicable |
- | AutoNumLgl field | Not Applicable |
+ | AutoNumLGL field | Not Applicable |
| AutoNumOut field | Not Applicable |
| AutoText field | No |
| AutoTextList field | No |
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Tables.md b/Document-Processing/Word/Word-Library/NET/Working-with-Tables.md
index ba249d2cc..863caa493 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Tables.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Tables.md
@@ -2161,7 +2161,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
* [How to extract tables and add to a new Document in ASP.NETCore Word?](https://support.syncfusion.com/kb/article/19585/how-to-extract-tables-and-add-to-a-new-document-in-aspnetcore-word?)
* [How to remove multiple rows from a table in a Word Document?](https://support.syncfusion.com/kb/article/19642/how-to-remove-multiple-rows-from-a-table-in-a-word-document)
* [How to set table row height in a Word document?](https://support.syncfusion.com/kb/article/19688/how-to-set-table-row-height-in-a-word-document)
-* [How to Find and Remove a Table by Title in .Net Core Word document?](https://support.syncfusion.com/kb/article/19677/how-to-find-and-remove-a-table-by-title-in-a-word-document)
+* [How to Find and Remove a Table by Title in .NET Core Word document?](https://support.syncfusion.com/kb/article/19677/how-to-find-and-remove-a-table-by-title-in-a-word-document)
* [How to adjust the first column to fill remaining space in a Word table?](https://support.syncfusion.com/kb/article/19652/how-to-adjust-the-first-column-to-fill-remaining-space-in-a-word-table)
* [How to Keep Paragraphs Inside a Table in ASP.NET Core Word?](https://support.syncfusion.com/kb/article/19678/how-to-keep-paragraphs-inside-a-table-in-aspnet-core-word)
* [How to copy rows from one table to another while preserving formatting in a Word document?](https://support.syncfusion.com/kb/article/20307/how-to-copy-rows-from-one-table-to-another-while-preserving-formatting-in-a-word-document)
From da7a5253e0d499fb74e617ecec99acd43c97b199 Mon Sep 17 00:00:00 2001
From: Kathiresan4347 <159137198+Kathiresan4347@users.noreply.github.com>
Date: Wed, 14 Jan 2026 16:10:57 +0530
Subject: [PATCH 09/10] ES-967048-Feedback addressed
---
.../Word/Word-Library/NET/FAQ.md | 1 -
.../NET/Supported-and-Unsupported-Features.md | 21 ++++++++++++++++---
.../Word-Library/NET/Working-with-Fields.md | 1 -
3 files changed, 18 insertions(+), 5 deletions(-)
diff --git a/Document-Processing/Word/Word-Library/NET/FAQ.md b/Document-Processing/Word/Word-Library/NET/FAQ.md
index ab60d2dcc..0f52c51b7 100644
--- a/Document-Processing/Word/Word-Library/NET/FAQ.md
+++ b/Document-Processing/Word/Word-Library/NET/FAQ.md
@@ -28,7 +28,6 @@ The frequently asked questions under each category in Essential®
* [Why does the item index in a Word document differ from the DocIO library?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#why-does-the-item-index-in-a-word-document-differ-from-the-docio-library)
* [How to view Word documents in my .NET MAUI application using DocIO?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#how-to-view-word-documents-in-my-net-maui-application-using-docio)
* [How to identify if a Word document is in portrait or landscape?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#how-to-identify-if-a-word-document-is-in-portrait-or-landscape)
-* [How to save the Word document with same compatibility using DocIO?](https://help.syncfusion.com/document-processing/word/word-library/net/word-file-formats#saving-word-document-with-compatibility)
* [How to create a Word document using DocIO in a python wrapper-based web API using .NET Core Word library?](https://support.syncfusion.com/kb/article/20139/how-to-create-a-word-document-using-docio-in-aspnet-core)
* [How to integrate DocIO functionality in Node.js using ASP.NET Core Web API?](https://support.syncfusion.com/kb/article/20317/how-to-integrate-docio-functionality-in-nodejs-using-aspnet-core-web-api)
* [Is it possible to fetch the page number of Word document elements using DocIO?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#is-it-possible-to-fetch-the-page-number-of-word-document-elements-using-docio)
diff --git a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
index bd4404c93..aa16a5760 100644
--- a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
+++ b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
@@ -1117,7 +1117,7 @@ Yes
= (Formula) field |
Yes
Known Limitation:
- All formula fields are supported except =SUM(ABOVE), which is not supported.
+ All formula fields are supported except formulas that evaluate an entire column or row (for example, =SUM(ABOVE)), which are not supported
|
@@ -1166,8 +1166,23 @@ Yes
| NumWords field | No |
- | Page field | Yes |
- | PageRef field | Yes |
+
+ | Page field |
+
+ Yes
+ Known Limitation:
+ Not supported on Silverlight/WinRT platforms. PDF layout limitations may cause incorrect page counts.
+ Requires UpdateDocumentFields() and PDF assemblies in .NET Core/MAUI.
+ |
+
+ | PageRef field |
+
+ Yes
+ Known Limitation:
+ Not supported on Silverlight/WinRT platforms. PDF layout limitations may cause incorrect page counts.
+ Requires UpdateDocumentFields() and PDF assemblies in .NET Core/MAUI.
+ |
+
| PrintDate field | No |
| Quote field | No |
| Ref field | Yes |
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md b/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
index 798f5ac3c..518982c93 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
@@ -259,7 +259,6 @@ Field updating engine calculates the resultant value based on the field code inf
The following are the known limitations:
* Updating of NUMPAGES field and Cross Reference field with Page number and Paragraph number options are not supported in Silverlight, WinRT, Universal, and Windows Phone applications.
-* Currently group shapes, drawing canvas, and table auto resizing are not supported in Word to PDF layouting, and this may lead to update incorrect page number and total number of pages.
N> In ASP.NET Core, Blazor, Xamarin, WinUI and .NET MAUI platforms, to update fields like Page and NumPages in a Word document, pass true to the UpdateDocumentFields() method and reference the Word to PDF [assemblies](https://help.syncfusion.com/document-processing/word/word-library/net/assemblies-required#converting-word-document-to-pdf) or [NuGet](https://help.syncfusion.com/document-processing/word/word-library/net/nuget-packages-required#converting-word-document-to-pdf) packages in your application.
From ac44802ee5c9784655f820d917025e673b7efabc Mon Sep 17 00:00:00 2001
From: Kathiresan4347 <159137198+Kathiresan4347@users.noreply.github.com>
Date: Mon, 19 Jan 2026 10:33:12 +0530
Subject: [PATCH 10/10] ES-967048-Changes added
---
Document-Processing/Word/Word-Library/NET/FAQ.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Document-Processing/Word/Word-Library/NET/FAQ.md b/Document-Processing/Word/Word-Library/NET/FAQ.md
index 0f52c51b7..c0da49cfb 100644
--- a/Document-Processing/Word/Word-Library/NET/FAQ.md
+++ b/Document-Processing/Word/Word-Library/NET/FAQ.md
@@ -5,7 +5,7 @@ platform: document-processing
control: DocIO
documentation: UG
---
-# Frequently Asked Questions
+# Frequently Asked Questions in Word Library
The frequently asked questions under each category in Essential® DocIO are listed below.
| |