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
3 changes: 3 additions & 0 deletions Document-Processing-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -4662,6 +4662,9 @@
<li>
<a href="/document-processing/word/word-library/net/Working-with-SmartArts">Working with SmartArts</a>
</li>
<li>
<a href="/document-processing/word/word-library/net/Working-with-Ink">Working with Inks</a>
</li>
<li>
<a href="/document-processing/word/word-library/net/Working-with-Charts">Working with Charts</a>
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ Textbox
Linked text boxes are not supported.
</td>
</tr>
<tr>
<td>
Ink elements
</td>
<td>
Supported only in DOCX format document to image.
</td>
</tr>
</table>

<table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ Textbox
Linked text boxes are not supported.
</td>
</tr>
<tr>
<td>
Ink elements
</td>
<td>
Supported only in DOCX format document to PDF.
</td>
</tr>
</table>

<table>
Expand Down
5 changes: 5 additions & 0 deletions Document-Processing/Word/Word-Library/NET/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ The frequently asked questions under each category in Essential<sup>&reg;</sup>
* [Why is some text not found in a Word document when using the Find functionality in DocIO?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#why-is-some-text-not-found-in-a-word-document-when-using-the-find-functionality-in-docio)
* [Why is a bookmark name with a hyphen `(-)` converted to an underscore `(_)` in DocIO?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#why-is-a-bookmark-name-with-a-hyphen---converted-to-an-underscore-_-in-docio)
* [Why is formatting not preserved after calling GetAsOneRange()?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#why-is-formatting-not-preserved-after-calling-getasonerange)
* [What is Ink Trace?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#what-is-ink-trace)
* [How Ink Width and Height Work](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#how-ink-width-and-height-work)
* [How Trace Points Are Calculated?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#how-trace-points-are-calculated)
* [Example: Triangle Ink Trace Points](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#example:-triangle-ink-trace-points)
* [How to Set Stroke Thickness?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#how-to-set-stroke-thickness)

## Mail merge

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,15 @@ Yes<br/><br/></td><td>
Yes<br/><br/></td><td>
Yes<br/><br/></td><td>
Yes<br/><br/></td></tr>
<tr>
<td>
Ink elements<br/><br/></td><td>
No<br/><br/></td><td>
No<br/><br/></td><td>
DOCX format only.<br/><br/></td><td>
DOCX format only.<br/><br/></td><td>
No<br/><br/></td><td>
No<br/><br/></td></tr>
</tbody>
</table>

Expand Down Expand Up @@ -1203,6 +1212,7 @@ Yes<br/><br/></td></tr>
<tr><td>UserAddress field</td><td>No</td></tr>
<tr><td>UserInitials field</td><td>No</td></tr>
<tr><td>UserName field</td><td>No</td></tr>
<tr><td>CreateDate field</td><td>Yes</td></tr>
</table>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ Field updating engine calculates the resultant value based on the field code inf
* TITLE
* Cross-Reference
* SEQ
* CreateDate

The following are the known limitations:

Expand Down
Loading