Document Solutions for Word 新版本发表

Released: Feb 21, 2024

7.0.3 中的更新

修补程序

  • Creating a new document with a single empty image produces an invalid DOCX.

Released: Jan 25, 2024

7.0.2 中的更新

修补程序

  • Creating a new document with a single empty image produces an invalid DOCX.

Released: Jan 5, 2024

7.0.1 中的更新

特性

  • Added new Picture.ApplyImageExifRotation() method which rotates the current picture according to Exif orientation info in ImageData (if available).

Released: Dec 11, 2023

7.0.0 中的更新

特性

  • Picture Effects - Introduced a robust set of features that allow users to apply a diverse range of effects to pictures. This expansion not only enhances the visual appeal of documents but also streamlines the process of incorporating Microsoft Word-supported picture effects through code.
    • Using these effects, you can perform the following programmatically on images:
      • Change picture brightness and contrast.
      • Recolor with preset.
      • Change image color.
      • Set transparent color.
      • Overlay a specific color...

Released: Nov 24, 2023

6.2.5 中的更新

修补程序

  • Updated default settings to match standard Word defaults.
  • Report Templates
    • System.InvalidOperationException is thrown when trying to use the Count() function in a template.
    • Images rotated according to Exif have width and height swapped.

Released: Oct 28, 2023

6.2.4 中的更新

修补程序

  • [Report templates] Exception is thrown for some templates when calling the DataTemplate.Validate() method.
  • [Report templates] Image rotation specified in Exif is not respected when an image is inserted using a template.
  • [Report templates] Footnote removed when a template is processed.

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.