ホーム / ニュース / GrapeCity Documents for Word 5.1.0.790
GrapeCity Documents for Word 5.1.0.790
新しい塗りつぶしと線のフォント効果でフォントのサポートを改善
4月 26, 2022
新バージョン
機能
Enhanced Font Support - The last release added the ability to embed Fonts in DOCX documents, the v5.1 release extends this capability allowing you to include standard fonts from files using the GrapeCity.Documents.Text namespace and saving font info to the DOCX document. Additionally, new settings have been added to get theme fonts for different language cultures. In this release, DOCX documents using cloud fonts are also supported.
Font Effects - Fill and Line properties have been added to the Font class.
Paragraph Block Behavior - GcWord now allows you to define a list of values (multi-line) within a table cell using a new template formatter.
Run Block Behavior - This formatter allows you to print list data items as runs of the same paragraph, rather than as separate paragraphs.
Ignore Missing Data Members - When the MissingFieldsHandling property is set to Strict, an exception will be thrown when a non-existent field is found. Otherwise if the property is set to Relaxed mode, such fields will be silently ignored.
Support for Type Converting Formatter - New Type Converting Formatter allows you to convert input data into numeric or boolean data.
Save Documents to SVG - It is now possible to use all common graphics operations to draw on an instance of the new GcSvgGraphics class, which then can be converted to GcSvgDocument and saved as an SVG or an SVGZ image. In addition, saving individual pages of a GcWordLayout in SVG and SVGZ formats is also supported.