GrapeCity Documents for Word 5.1.0.790
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 enable adding GrapeCity.Documents.Text.Font instances to FontInfoCollection, optionally embedding those fonts.
- Added new Settings.SaveOptions property which gets the document save options.
- Added new Settings.LocaleName property which gets or sets the default locale name (language) of formatted characters.
- Added new Settings.LocaleNameBi property which gets or sets the locale name (language) of complex script characters.
- Added new Settings.LocaleNameFarEast property which gets or sets the locale name (language) of formatted Asian characters.
- [Report Templates] Added new DataTemplateOptions class which represents options used in data template processing. In particular, MissingFieldsHandling property allows ignoring missing data fields.
- [Report Templates] Added new DataTemplate.Options property which gets options controlling the behavior of the template processing engine.
- [Report Templates] Added new todouble() formatter which converts a string value to a double.
- [Report Templates] Added new tobool() formatter which converts a string value to a Boolean.