v0.13.0
PrzemyslawKlys
released this
02 Feb 18:27
·
263 commits
to master
since this release
What's Changed
- Add basic method to add textbox to header/footer by @PrzemyslawKlys in #187
- [WordTextBox] Add additional features by @TopperDEL in #188
- Use Paragraph instead of StdBlock (so that text within a TextBox is no "variable" anymore)
- Allow changing the insets of the TextBox so that there is no gap between the text of the TextBox and its border
- Allow the TextBox to be set to "AutoFitText" or not
- Allow the text to be multiline by respecting the page breaks
- Added Wrapping functionality including inline
- Added ability to convert inline to other wrapping types and vice versa (keep in mind that some properties are lost then or go to their defaults)
- Fixes wrong paragraph being returned when AddImage is used
- Breaking Change Changes WrapTextImage.InFrontText to WrapTextImage.InFrontOfText to match Word naming
- Improve WordTextBox functionality by @PrzemyslawKlys in #197
- Add support for Net8 by @PrzemyslawKlys in #198
- Fixes some warnings as reported by Visual Studio by @PrzemyslawKlys in #199
- Added the ability to clear the default empty paragraph in TableCell. by @tmheath in #182
New Contributors
- @TopperDEL made their first contribution in #188
Full Changelog: v0.12.0...v0.13.0