Document Solutions for Word 8.1.0

Released: Apr 22, 2025

Updates in 8.1.0

Funktionen

  • In the v8.0 release, DsWord added support for working with and updating Fields in Word documents. The v8.1 release supports the same with additional fields:
    • INDEX Field: Creates an index, which is a list of terms or topics mentioned in a document.
    • XE Field: Marks text for inclusion in an index.
  • These can be utilized via the UpdateFields and Update methods. The UpdateFields method of the GcWordDocument and RangeBase classes enables users to update all fields in the document or all fields that support updating in the range. Meanwhile, the Update method of the ComplexField and SimpleField classes allows users to update the field results.
  • DsWord also supports strong-typed access to the options of the INDEX and XE field types to read and write arguments and switches using the IndexFieldOptions and XeFieldOptions classes. These strong-typed field types also support PDF export.
  • Added RangeBase.Find(FindOptions options) overload: finds all occurrences of any text with specified formatting.
  • Upgraded to OpenXML SDK v3.2.0.