[]
        
(Showing Draft Content)

Version 5.1.0.790

New Features and Improvements

  • Added Font.Fill property, which gets the fill formatting properties.
  • Added Font.Line property, which gets the outline text effect formatting properties.
  • Added FillFormat.Reset() method, which resets the fill format to inherited defaults.
  • Added LineFormatBase.Reset() method, which resets the line format to inherited defaults.
  • Added SaveOptions class, which provides various options controlling how a document is saved.
  • Added FontInfoCollection.Add() and Append() methods, which enables adding GrapeCity.Documents.Text.Font instances to FontInfoCollection, optionally embedding those fonts.
  • Added Settings.SaveOptions property, which gets the document save options.
  • Added Settings.LocaleName property, which gets or sets the default locale name (language) of formatted characters.
  • Added Settings.LocaleNameBi property, which gets or sets the locale name (language) of complex script characters.
  • Added Settings.LocaleNameFarEast property, which gets or sets the locale name (language) of formatted Asian characters.
  • In Report Templates, added DataTemplateOptions class, which represents options used in data template processing. In particular, MissingFieldsHandling property allows ignoring
    missing data fields.
  • In Report Templates, added DataTemplate.Options property, which gets options controlling the behavior of the template processing engine.
  • In Report Templates, added todouble() formatter, which converts a string value to a double.
  • In Report Templates, added tobool() formatter, which converts a string value to a Boolean.
  • Added GrapeCity.Documents.Word.Layout.Page.SaveAsSvg() methods which save the current page to a stream of file in SVG format.
  • Added GrapeCity.Documents.Word.Layout.Page.ToSvgz() method which saves the page to a byte array in SVGZ format.