Document Solutions for Word .NET のリリース

Released: May 9, 2025

8.1.1 での更新項目

不具合の修正

  • IndexFieldOptions.CharacterRange property is case-sensitive (should be case-insensitive).
  • Issues with handling of XeFieldOptions when the entry includes multiple pages.
  • A paragraph with a custom style with outline level different from OutlineLevel.BodyText is not included into the TOC by default.
  • System.NullReferenceException is thrown when generating TOC for a specific document.

Released: Apr 22, 2025

8.1.0 での更新項目

機能

  • 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...

Released: Apr 2, 2025

8.0.6 での更新項目

不具合の修正

  • Processing a DOCX using DsWord may change the indentation of the content in the document.
  • ArgumentOutOfRangeException is thrown when saving a specific DOCX.

Released: Mar 21, 2025

8.0.5 での更新項目

不具合の修正

  • Synced version with other Document Solutions packages.

Released: Mar 4, 2025

8.0.4 での更新項目

不具合の修正

  • Synced version with other Document Solutions packages.

Released: Feb 12, 2025

8.0.3 での更新項目

不具合の修正

  • Copying a complex range into inner object of another range would make an inverse copy of the source range.

Released: Jan 15, 2025

8.0.2 での更新項目

不具合の修正

  • Issues when processing TOC field.

Released: Jan 7, 2025

8.0.1 での更新項目

機能

  • Added GrapeCity.Documents.Word.Fields.NumPagesFieldOptions class: represents NUMPAGES field options.

不具合の修正

  • Inconsistencies between calculated fields results in GcWordDocument vs MS Word.
  • Exception is thrown if using NumberStyle and DisplayRelative on the same page.
  • Issues when parsing TC some field codes.
  • Exception is thrown if using NumberStyle and NumberFormat together for SectionFieldOptions or SectionPagesFieldOptions.

Released: Dec 11, 2024

8.0.0 での更新項目

機能

Enhancements When Working with Fields

  • Fields in Microsoft Word act as dynamic placeholders for data that can automatically update based on certain conditions, eliminating the need for manual updates and helping create consistently formatted, professional documents. Fields are not only useful for displaying dynamic data but can also be customized and controlled by adjusting their arguments (parameters) and switches (modifiers) to modify their behavior and output.
  • In the v8.0 release, DsWord...

Released: Nov 26, 2024

7.2.5 での更新項目

不具合の修正

  • System.ArgumentOutOfRangeException is thrown when saving certain Word documents.