Document Solutions for Word のリリース

Released: Apr 17, 2024

7.1.0 での更新項目

機能

Document Solutions for Word

  • Add Online Video in Word Documents - Added the WebVideoProperties class, which empowers users to customize the video player's HTML content and define its dimensions. This facilitates the seamless integration of online videos into Word documents, enabling direct playback within the document for a richer multimedia experience. The class offers the SetUrl method with three overloads, allowing users to specify the video's input URL, title, height, and width. This...

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.