Document Solutions for Word .NET Releases
Released: May 3, 2022
Updates in 5.1.0.791
Fixes
- [.NET 6] The embedded fonts collection is empty.
- Incorrect values are returned for layout related table cell properties.
- If a document is loaded into GcWordDocument and saved, the layout of the saved document differs from the original.
Released: Apr 22, 2022
Updates in 5.1.0.790
Features
- Added new Font.Fill property which gets the fill formatting properties.
- Added new Font.Line property which gets the outline text effect formatting properties.
- Added new FillFormat.Reset() method which resets the fill format to inherited defaults.
- Added new LineFormatBase.Reset() method which resets the line format to inherited defaults.
- Added new SaveOptions class which provides various options controlling how a document is saved.
- Added new FontInfoCollection.Add() and Append() methods...
Released: Apr 8, 2022
Updates in 5.0.0.776
Fixes
- Exception occurs when loading certain DOCX files into GcWordDocument.
Released: Mar 23, 2022
Updates in 5.0.0.775
Features
- Synced version with other GrapeCity.Documents packages.
Released: Mar 4, 2022
Updates in 5.0.0.774
Features
- Synced version with other GrapeCity.Documents packages.
Released: Feb 17, 2022
Updates in 5.0.0.773
Features
- Data Templates
- Added paragraph-block-behavior (pbb) formatter: When applied to a start range tag inside a table cell, causes the range blocks to repeat as separate paragraphs inside that single cell rather than repeating each block as a table row.
- Added run-block-behavior (rbb) formatter: When applied to a start range tag, causes the range blocks to repeat as runs within the same paragraph rather than separate paragraphs.
Fixes
- Data Templates
- Exception when processing certain template...
Released: Jan 25, 2022
Updates in 5.0.0.770
Features
- Data Templates:
- Added the ability to ignore missing data fields.
- Added new enum DataTemplateMissingFieldsHandling which defines how the data template engine handles template fields that could not be found in the data source.
- Added new DataTemplateOptions class which represents options used in data template processing.
- Added new DataTemplateOptions DataTemplate.Options property which gets options controlling the behavior of the template processing engine.
Fixes
Released: Dec 14, 2021
Updates in 5.0.0.762
Features
- [Data Templates] Added the ability to use arrays of elementary types as data sources. The virtual "value" tag expands to the value of an array element.
- Added basic support for embedded fonts.
- Added DocumentBase.Fonts property which gets the collection of FontInfo objects associated with this document.
- Several properties have been added to ThemeFont class to support embedded fonts.
- Added FontInfo class which represents the properties of a font used in a document.
- Added FontInfoCollection...
Released: Dec 3, 2021
Updates in 4.2.0.727
Features
- Improved speed when loading large documents.
- Adding a bookmark with the name of an already existing bookmark will now replace the old bookmark with the new one (previously an exception would be thrown). The new behavior is consistent with that of Microsoft Word.
Fixes
- [Data Templates] Incorrect expansion of certain templates.
- [Data Templates] Fixed handling of DataTable data sources, now a DataTable is correctly iterated over rows. Note that this may break some templates that relied on...
Released: Nov 1, 2021
Updates in 4.2.0.726
Features
- Synced version with other GrapeCity.Documents packages.