Released: Sep 20, 2024
7.2.2 での更新項目
不具合の修正
- Synced version with other Document Solutions packages.
Released: Sep 3, 2024
7.2.1 での更新項目
不具合の修正
- Synced version with other Document Solutions packages.
Released: Aug 19, 2024
7.2.0 での更新項目
機能
- Hyperlink Properties for Shapes
- You can now add the hyperlink properties HyperlinkOnClick and HyperlinkOnHover on shapes programmatically that add more interactivity to Word documents.
- DsWord has added the HyperlinkOnAction class, which allows developers to add hyperlink properties to all shape classes (Picture, CanvasShape, GroupShape, InkShape, Shape). Specifying these properties also adds the "Edit Link/Open Link/Remove Link" commands to Microsoft Word's context menu on the shape (except...
Released: May 29, 2024
7.1.2 での更新項目
不具合の修正
- Exception occurs when loading a document that was created with LibreOffice.
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.