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/Working-with-Fields.md
-69Lines changed: 0 additions & 69 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1813,75 +1813,6 @@ document.Close()
1813
1813
1814
1814
{% endtabs %}
1815
1815
1816
-
## Supported Fields in DocIO
1817
-
1818
-
Using DocIO, you can append, update, or unlink the following fields
1819
-
- Advance field
1820
-
- Author field
1821
-
- AutoNum field
1822
-
- AutoNumLgl field
1823
-
- AutoNumOut field
1824
-
- Comments field
1825
-
- Compare field
1826
-
- Date field
1827
-
- DocProperty field
1828
-
- DocVariable field
1829
-
- GoToButton field
1830
-
- Hyperlink field
1831
-
- If field
1832
-
- ListNum
1833
-
- MacroButton field
1834
-
- MergeField field
1835
-
- MergeRec field
1836
-
- MergeSeq field
1837
-
- Next field
1838
-
- NextIf field
1839
-
- NumPages field
1840
-
- Page field
1841
-
- PageRef field
1842
-
- Ref field
1843
-
- SaveDate field
1844
-
- Section field
1845
-
- Seq (Sequence) field
1846
-
- Set field
1847
-
- Subject field
1848
-
- Symbol field
1849
-
- Time field
1850
-
- Title field
1851
-
- TOA
1852
-
- TOC (Table of Contents) field
1853
-
1854
-
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
-
1885
1816
## Online Demo
1886
1817
1887
1818
* 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).
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Library/NET/Working-with-Tables.md
+2Lines changed: 2 additions & 0 deletions
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.
0 commit comments