IronWord for .NET 2025.3.10
Released: Mar 10, 2025
2025.3.10 での更新項目
機能
- Added a DefaultTextStyle property to many classes which may contain text.
- Added ExtractText() and ReplaceText() methods to many classes which may contain text.
- Added a WordDocument(byte[]) constructor which allows users to open a document from a byte array.
- Improved the WordDocument.Save() to now return a byte array of the DOCUMENT.
- Returns correct R G B A values associated with the Theme Color.
- Obsoletes Text and Image class to use TextContent and ImageContent, respectively.
不具合の修正
- Fixed an issue where the font size properties would return half of the expected value.
- Fixed an issue where elements using inherited styles would not return inherited style properties.
- Fixed a high priority issue where adding or modifying text of a document would not appear on the document.
- Fixed support for shorthand version of some theme colors (e.g. 'lt1', 'dk1', etc.).
- Fixed various exceptions when opening or saving a document.