DocumentBuilderInsertField Method

Inserts a Word field into a document.
Inserts a Word field into a document.
Overload List
  NameDescription
Public methodCode exampleInsertField(String)
Inserts a Word field into a document and updates the field result.
Public methodCode exampleInsertField(String, String)
Inserts a Word field into a document without updating the field result.
Public methodCode exampleInsertField(FieldType, Boolean)
Inserts a Word field into a document and optionally updates the field result.
See Also