Released: Apr 22, 2022
GrapeCity Documents .NET Bundle での更新項目
機能
GrapeCity Documents for Word 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.
GrapeCity Documents for Imaging 5.1.0.790
- Added new GcSvgGraphics class which represents a graphics object that can be used to draw on a GcSvgDocument. Use GcSvgGraphics.ToSvgDocument() method to create a GcSvgDocument from graphics.
- Added new SvgElement.ShapeRendering property which gets or sets a hint to the implementation about what tradeoffs to make as it renders vector graphics elements.
- Added new SvgElement.ImageRendering property which gets or sets a hint to the implementation about how to make speed vs. quality tradeoffs as it performs image processing.
GrapeCity Documents for PDF 5.1.0.790
- Added new GrapeCity.Documents.Pdf.Layers.ViewState class which represents the view state of a PDF document. It allows specifying visible layers, current zoom and other transient info when exporting PDFs to images, searching for text etc.
- Added new GcPdfDocument.SavingDocument event which occurs periodically when the document is being saved or exported. It can be used to implement a progress indicator.
- Added new GrapeCity.Documents.Pdf.Security.DocumentSecurityStore class which represents a Document Security Store (DSS). It holds information that can be used to verify signatures offline.
- Added new GcPdfDocument.SecurityStore property which gets the DocumentSecurityStore object associated with this document. It enables support for PAdES B-LT, B-LTA and LTV enabled signatures.
- Added new GrapeCity.Documents.Pdf.TimeStampProperties class which represents properties used to time stamp a PDF document.
- Added new GcPdfDocument.TimeStamp() methods which add a document time stamp and save the current document to a file or stream.
- Added new GrapeCity.Documents.Pdf.Page.SaveAsSvg() methods which save the current page to a stream of file in SVG format.
- Added new GrapeCity.Documents.Pdf.Page.ToSvgz() method which saves the page to a byte array in SVGZ format.
- GrapeCity.Documents.Pdf.TimeStamp.HashDelegate declaration has been changed to HashDelegate(byte[] dataToHash, Stream streamToHash, out byte[] hash, out OID hashAlgorithmOid).
GrapeCity Documents for Excel, .NET Edition 5.1.0
- [Pivot Table] Added the ability to specify 'ShowValuesAs' Option for 'Values' Field.
- Added Numbers Fit Mode of overflow/mask.
- Added the ability to modify passwords of Microsoft Excel Documents.
- [Pivot Table] Added support for Calculated Field.
- Added support for JSON data source for template language.
- Added support for "Show #N/A as an empty cell" in Chart.
- Added the ability to convert Table to Range.
- Added support for CELL function.
- Added a CSV Custom Parser.
- Added support for Pivot table views (JSON I/O).
- Added the Import Data Function to Import Table, Range, or Worksheet from Excel Files.
- Added support for TableSheet (JSON I/O).
不具合の修正
GrapeCity Documents for Imaging 5.1.0.790
- Setting the Resolution property of GcBitmapGraphics, GcWicBitmapGraphics, GcD2DBitmapGraphics to a value other than 96 now throws an exception (previously it was silently ignored).
GrapeCity Documents for Excel, .NET Edition 5.1.0
- Converting the imported Excel to JSON breaks all formulas in it.
- [Template language]Out of memory exception is thrown on using template in multi-thread.
- [Template language]The layout is incorrect in the exported XLSX file when using template with cross table.
- [Template language]The result of sum function is incorrect in the exported XLSX file.
- [Template language]The cell values are not expected in the exported Excel file.
- [Template language]The IF formula is lost in the exported XLSX file.
- [Template language]The formula is not expanded correctly in exported XLSX file.
- IndexOutOfRangeException is thrown on exporting radar chart to PDF file.
- [Template language]The result of sum function is incorrect in the exported XLSX file.
- The legend of series is not shown in the exported PDF file if the datapoints of the series are empty.
- InvalidFormulaException is thrown on creating table when there is "'" in the table column's name.
- Extra characters are exported in data validation in the exported JSON file.
- NullReferenceException is thrown on setting series formula which contains bubble size info.
- The layout of checkbox list is incorrect in the exported PDF file.