Skip to content

Commit 24a6e57

Browse files
ES-967048-Changes Added
1 parent 47289c1 commit 24a6e57

2 files changed

Lines changed: 48 additions & 9 deletions

File tree

Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ Yes<br/><br/></td><td>
127127
Yes<br/><br/></td><td>
128128
Yes<br/><br/></td><td>
129129
Yes<br/><br/></td><td>
130-
Yes<br/><br/></td><td>
131-
Yes<br/><br/></td></tr>
130+
No<br/><br/></td><td>
131+
No<br/><br/></td></tr>
132132
<tr>
133133
<td>
134134
Macros<br/><br/></td><td>
@@ -522,12 +522,12 @@ Yes<br/><br/></td></tr>
522522
<tr>
523523
<td>
524524
Suppress hyphenation<br/><br/></td><td>
525-
No<br/><br/></td><td>
526-
No<br/><br/></td><td>
527-
No<br/><br/></td><td>
528-
No<br/><br/></td><td>
529-
No<br/><br/></td><td>
530-
No<br/><br/></td></tr>
525+
Yes<br/><br/></td><td>
526+
Yes<br/><br/></td><td>
527+
Yes<br/><br/></td><td>
528+
Yes<br/><br/></td><td>
529+
Yes<br/><br/></td><td>
530+
Yes<br/><br/></td></tr>
531531
<tr>
532532
<td>
533533
Indents – left, right, first line & hanging<br/><br/></td><td>

Document-Processing/Word/Word-Library/NET/Working-with-Fields.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1815,16 +1815,22 @@ document.Close()
18151815

18161816
## Supported Fields in DocIO
18171817

1818-
The following fields are supported in DocIO:
1818+
Using DocIO, you can append, update, or unlink the following fields
1819+
- Advance field
18191820
- Author field
18201821
- AutoNum field
1822+
- AutoNumLgl field
1823+
- AutoNumOut field
18211824
- Comments field
18221825
- Compare field
18231826
- Date field
18241827
- DocProperty field
18251828
- DocVariable field
1829+
- GoToButton field
18261830
- Hyperlink field
18271831
- If field
1832+
- ListNum
1833+
- MacroButton field
18281834
- MergeField field
18291835
- MergeRec field
18301836
- MergeSeq field
@@ -1834,15 +1840,48 @@ The following fields are supported in DocIO:
18341840
- Page field
18351841
- PageRef field
18361842
- Ref field
1843+
- SaveDate field
18371844
- Section field
18381845
- Seq (Sequence) field
18391846
- Set field
18401847
- Subject field
1848+
- Symbol field
18411849
- Time field
18421850
- Title field
1851+
- TOA
18431852
- TOC (Table of Contents) field
18441853

18451854

1855+
Using DocIO, you can append the following fields in to document but does not have the support for update for below fields.
1856+
- Ask field
1857+
- AutoText field
1858+
- AutoTextList field
1859+
- CreateDate field
1860+
- FileName field
1861+
- FileSize field
1862+
- Fill-In field
1863+
- = (Formula) field
1864+
- IncludePicture field
1865+
- IncludeText field
1866+
- Index field
1867+
- Info field
1868+
- Keywords field
1869+
- LastSavedBy field
1870+
- NoteRef field
1871+
- NumChars field
1872+
- NumWords field
1873+
- PrintDate field
1874+
- Quote field
1875+
- RevNum field
1876+
- SectionPages field
1877+
- SkipIf field
1878+
- StyleRef field
1879+
- Template field
1880+
- UserAddress field
1881+
- UserInitials field
1882+
- UserName field
1883+
1884+
18461885
## Online Demo
18471886

18481887
* 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).

0 commit comments

Comments
 (0)