Document Solutions for Word .NET のリリース

Released: Sep 29, 2023

6.2.3 での更新項目

機能

  • [Report Templates] Added new DataTemplate.Validate() method which validates all templates in the current document, finds any template tags that are malformed or used incorrectly.
  • [Report Templates] Added new TemplateError class which represents information about an error in a data template definition.

Released: Sep 14, 2023

6.2.2 での更新項目

不具合の修正

  • [Report Templates] Hidden bookmarks are deleted after processing the template.
  • Exception is thrown when loading a specific document.

Released: Aug 7, 2023

6.2.0 での更新項目

機能

  • Added API supporting Office Math.
  • Added OMath class which represents inline math content.
  • Added OMathParagraph class which represents math content on its own line as a paragraph. Can contain one or more OMath instances.
  • Added OMathStruct abstract base class which is used to represent a mathematical structure inside an OMath instance.
  • Added classes derived from OMathStruct: OMathBar, OMathBorderBox, OMathBox, OMathDelimiter, OMathEquationArray, OMathFraction, OMathFunction, OMathGroupCharacter...

Released: Jul 12, 2023

6.1.5 での更新項目

機能

  • Synced version with other GrapeCity.Documents packages.

Released: Jun 20, 2023

6.1.4 での更新項目

機能

  • Synced version with other GrapeCity.Documents packages.

Released: Jun 1, 2023

6.1.3 での更新項目

不具合の修正

  • Null reference exception may be thrown when processing a report template.

Released: May 10, 2023

6.1.2 での更新項目

機能

  • Added new RangeBase.BidirectionalOverrides property which gets the collection of bidirectional overrides included in this range.
  • [Report Templates] If the first column of a table row starts with the conditional construct {{if...}}, and the last column ends with the matching {{endif}}, empty rows produced by template expansion will now be removed from the result.
  • Unknown Open XML elements in DOCX are now ignored (previously, exception would be thrown).

Released: Apr 19, 2023

6.1.0 での更新項目

機能

  • GcWord Templates:
    • It is now possible to use expressions as arguments of aggregate functions. The expression can use constants, aggregates, or two collections within the functions. The following calculations are now possible:
      • Using Constants - {{ calc Sum(2 + ds.value)}}.
      • Use Aggregates within Aggregate functions - {{ calc Average(ds.value+Sum(ds.value)/2)}}.
      • Using two collections within the functions - {{ calc Average(ds.value+ds2.value)}}.
    • GcWord Templates now support the following...

Released: Apr 7, 2023

6.0.7 での更新項目

機能

  • Synced version with other GrapeCity.Documents packages.

Released: Mar 23, 2023

6.0.6 での更新項目

不具合の修正

  • Exception occurs when loading a particular .DOCX file.