How to update Include Text field in Word document using WinForms DocIO ?
No, it is not possible to directly update Include Text field in Word document using Essential® DocIO. But you can create a helper class to update the Include Text field explicitly in your sample application using Essential® DocIO.
The following sample demonstrates how to implement helper class to update the Include Text field using Essential® DocIO.
This sample contains a helper class “IncludeTextFieldUpdateHelper.cs” which internally update the Include Text field.
The following tables contain properties and method description of IncludeTextFieldUpdateHelper class.
Properties Table:
Property Name | Type | Description |
MainDocument | WordDocument | Gets or sets the Word document instance which contains the Include Text field. |
MainDocumentFileName | string | Gets or sets the file name of the word document with full path. |
IsUpdateSpecifiedBookmark | bool | Gets or sets a value indicating whether to replace the Include Text field with specified bookmark contents or the whole document content. |
If bookmark defined in the Include Text field is not valid, then error message “Error! BookmarkName not defined” will be replaced instead of Include Text field.
Method Table:
Method Name | Return Type | Description |
UpdateIncludeTextField() | void | Updates the Include Text field in the Word document. |
If Include Text field does not contain any valid file name, then error message “Error! Not a valid filename.” will be replaced instead of Include Text field.
I hope you enjoyed learning about how to update Include Text field in Word document using WinForms Essential® DocIO.
You can refer to our WinForms Essential® DocIO feature tour page to know about its other groundbreaking feature representations and documentation, and how to quickly get started for configuration specifications. You can also explore our example to understand how to create and manipulate data.
For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion®, you can try our 30-day free trial to check out our other controls.
If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!