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: Document-Processing/Word/Word-Library/NET/FAQ.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ platform: document-processing
5
5
control: DocIO
6
6
documentation: UG
7
7
---
8
-
# Frequently Asked Questions
8
+
# Frequently Asked Questions in Word Library
9
9
10
10
The frequently asked questions under each category in Essential<sup>®</sup> DocIO are listed below.
11
11
@@ -28,14 +28,15 @@ The frequently asked questions under each category in Essential<sup>®</sup>
28
28
*[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)
29
29
*[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)
30
30
*[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)
31
-
*[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)
32
31
*[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)
33
32
*[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)
34
33
*[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)
35
34
*[Is it possible to download a Word document from an AWS S3 bucket and use it in DocIO?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#is-it-possible-to-download-a-word-document-from-an-aws-s3-bucket-and-use-it-in-docio)
36
35
*[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)
37
36
*[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)
38
37
*[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)
38
+
*[Does DocIO support sensitivity labels?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#does-docio-support-sensitivity-labels)
39
+
*[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)
Indents – left, right, first line & hanging<br/><br/></td><td>
@@ -1107,6 +1107,107 @@ Yes<br/><br/></td></tr>
1107
1107
</tbody>
1108
1108
</table>
1109
1109
1110
+
## Supported Fields
1111
+
<table>
1112
+
<tr>
1113
+
<th>Field</th>
1114
+
<th>Supports Update</th>
1115
+
</tr>
1116
+
<tr>
1117
+
<td>= (Formula) field</td>
1118
+
<td> Yes <br/>
1119
+
<strong>Known Limitation:</strong><br/>
1120
+
All formula fields are supported except formulas that evaluate an entire column or row (for example, <code>=SUM(ABOVE)</code>), which are not supported
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,6 +246,7 @@ Field updating engine calculates the resultant value based on the field code inf
246
246
* DOCPROPERTY
247
247
* COMPARE
248
248
* IF
249
+
* NEXT
249
250
* NEXTIF
250
251
* MERGEREC
251
252
* MERGESEQ
@@ -258,7 +259,6 @@ Field updating engine calculates the resultant value based on the field code inf
258
259
The following are the known limitations:
259
260
260
261
* 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.
261
-
* 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.
262
262
263
263
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.
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Library/NET/Working-with-Tables.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1515,6 +1515,8 @@ End Using
1515
1515
1516
1516
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Tables/Apply-base-style-for-table).
1517
1517
1518
+
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.
1519
+
1518
1520
## Merging cells vertically and horizontally
1519
1521
1520
1522
You can combine two or more table cells located in the same row or column into a single cell.
@@ -2159,7 +2161,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
2159
2161
*[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?)
2160
2162
*[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)
2161
2163
*[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)
2162
-
*[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)
2164
+
*[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)
2163
2165
*[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)
2164
2166
*[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)
2165
2167
*[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)
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Library/NET/html.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
@@ -252,8 +252,6 @@ N> Calling the above event is mandatory in ASP.NET Core, UWP, and Xamarin platfo
252
252
253
253
CSS selectors are used to select the HTML elements you want to style and apply a set of CSS rules.
254
254
255
-
N> DocIO supports only internally defined CSS selectors during HTML conversion and does not support external CSS selectors referenced in the HTML file.
256
-
257
255
<table>
258
256
<tr>
259
257
<td><strong>Selectors</strong></td>
@@ -328,6 +326,8 @@ N> DocIO supports only internally defined CSS selectors during HTML conversion a
328
326
329
327
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)
330
328
329
+
N> DocIO supports only internally defined CSS selectors during HTML conversion and does not support external CSS selectors referenced in the HTML file.
330
+
331
331
## Convert Word to HTML
332
332
333
333
The following code example shows how to convert the Word document into HTML.
0 commit comments