Document Solutions for Word .NET(英語版) リリース

各リリースの最新情報を、機能・強化・解決済みの課題の詳細とともに確認しましょう。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
Document Solutions for Word .NET v9.2.0メジャーバージョン2026年8月31日
機能
  • Added:
    • GrapeCity.Documents.Word.Fields.RefFieldOptions class: Represents options for the REF field.
    • GrapeCity.Documents.Word.Fields.NoteRefFieldOptions class: Represents options for the NOTEREF field.
    • GrapeCity.Documents.Word.Fields.StyleRefFieldOptions class: Represents options for the STYLEREF field.
    • [Fields] Support for updating the results of the REF, NOTEREF and STYLEREF fields.
    • [PDF Export] Footnotes and endnotes are now laid out and rendered by GcWordLayout.
    • [Fields] PAGE and PAGEREF results now honor the page numbering settings of the containing section.
    • [Fields] Support for the numbered-item form of the numbering switch.
  • Changed:
    • [Report Templates] Reduced data source access when evaluating conditional blocks.
    • [Report Templates] Updated the C1.CalcEngine dependency used to evaluate template expressions.
修正
  • Fixed an issue where headers and footers copied from a source document lost their styles when documents were merged.
  • Fixed an issue where footer styles could be applied to the wrong sections when merging documents with `FormattingCopyStrategy.KeepSource`; the merged result now matches Microsoft Word.
  • Fixed an issue where content layout changed after an RD field was updated.
  • Fixed an issue where a report template Calc function could produce incorrect results when templates were processed from multiple threads.
  • Fixed incorrect indentation of INDEX field entries.
  • Miscellaneous bug fixes.
Document Solutions for Word .NET v9.1.42026年8月8日
修正
  • Corrected a packaging issue affecting the digital signatures of the included assemblies.
Document Solutions for Word .NET v9.1.32026年7月10日
修正
  • No change. Version updated to stay in sync with other Document Solutions packages.
Document Solutions for Word .NET v9.1.22026年6月25日
修正
  • No Change. Version updated to stay in sync with other Document Solutions packages.
Document Solutions for Word .NET v9.1.12026年6月5日
修正
  • Addressed issues in list numbering when exporting Word documents to PDF or images.
  • Fixed an issue where DataTemplate.Validate incorrectly reported "Could not find data member" errors for valid nested range tags in DOCX templates.
  • Improved reliability of Calc functions in DOCX templates when processing in multithreaded environments.
Document Solutions for Word .NET v9.1.0メジャーバージョン2026年5月5日
機能
  • Added ListNumFieldOptions class: Represents options for the LISTNUM field.
  • Added AutoNumFieldOptions class: Represents options for the AUTONUM field.
  • Added AutoNumLglFieldOptions class: Represents options for the AUTONUMLGL field.
  • Added AutoNumOutFieldOptions class: Represents options for the AUTONUMOUT field.
  • Added support for generating PDFs that comply with PDF/A or PDF/UA specifications.
    Related PdfOutputSettings properties added:
    • ExportStructureTags property: indicates whether the exported PDF document should be marked as PDF/UA compliant.
    • ConformanceLevel property: specifies the PDF/A conformance level for the exported document.
    • MissingDocumentTitle property: specifies the placeholder used as the document title for accessible PDF export if GcWordLayout.Title has not been set.
    • MissingShapeAlternativeText property: specifies the placeholder used as alternative text for accessible PDF export if ShapeBase.AlternativeText has not been set.
    • MissingHyperlinkScreenTip property: specifies the placeholder used as annotation content for accessible PDF export if Hyperlink.ScreenTip has not been set.
Document Solutions for Word v9.0.0メジャーバージョン2026年1月6日
機能
  • GcWordDocument.Path property: Gets or sets the source file path of the document.
  • GrapeCity.Documents.Word.Fields.RdFieldOptions class: Represents RD field options.
  • GrapeCity.Documents.Word.Fields.TimeFormatOptions class: Represents options used to format time.
  • GrapeCity.Documents.Word.Fields.DateFormatOptions class: Represents options used to format dates.
  • GrapeCity.Documents.Word.Fields.TimeFieldOptions class: Represents TIME field options.
  • GrapeCity.Documents.Word.Fields.DateFieldOptions class: Represents DATE field options.