Document Solutions for Word .NET のリリース
Released: May 3, 2022
5.1.0.791 での更新項目
不具合の修正
- [.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
5.1.0.790 での更新項目
機能
- 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 which...
Released: Apr 8, 2022
5.0.0.776 での更新項目
不具合の修正
- Exception occurs when loading certain DOCX files into GcWordDocument.
Released: Mar 23, 2022
5.0.0.775 での更新項目
機能
- Synced version with other GrapeCity.Documents packages.
Released: Mar 4, 2022
5.0.0.774 での更新項目
機能
- Synced version with other GrapeCity.Documents packages.
Released: Feb 17, 2022
5.0.0.773 での更新項目
機能
- 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.
不具合の修正
- Data Templates
- Exception when processing certain template...
Released: Jan 25, 2022
5.0.0.770 での更新項目
機能
- 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.
不具合の修正
Released: Dec 14, 2021
5.0.0.762 での更新項目
機能
- [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 class...
Released: Dec 3, 2021
4.2.0.727 での更新項目
機能
- 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.
不具合の修正
- [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
4.2.0.726 での更新項目
機能
- Synced version with other GrapeCity.Documents packages.