Releases: fileformat-words/FileFormat.Words-for-.NET
Releases · fileformat-words/FileFormat.Words-for-.NET
v24.2.0
- Support for word paragraph alignment (New Feature)
- Support for word paragraph indentation (New Feature)
- Changes from v23.12.0 to v24.2.0 can be tracked here.
v23.12.0
- Support for multiple documents (new and existing) processing
- Support for concurrent updating of documents
- Optimization for multi-threading support
- Code optimizations and standardizations in general
- Change of disposal of resources to grant control to users instead of auto-disposal on saving
- Return of element Id on inserting or appending new elements
- Change of static class pattern to monostate pattern (check design patterns)
v23.10.0
- Decoupling of OpenXML Objects and FileFormat.Words Objects.
- A common interface for all Word Document Elements. (New Feature)
- Insert, Remove and Update Word Document Elements. (New Feature)
- Template for Word Document creation from scratch to match Microsoft Word behavior (New Feature)
- Change of fontsize of run to int and match it to Microsoft Word font size.
- Fixing of Fonts not being recognized by Microsoft Word
- Check Docs for more details on System Architecture, Design Patterns and API Reference.
v23.8.0
Features
- Ability to merge table cells horizontally
- Ability to merge table cells vertically
v23.6.0
Features
- Create a Word Document Programmatically.
- Insert Text into Word Document Programmatically.
- Insert Table into Word Document Programmatically.
- Insert Image into Word Document Programmatically.