Document Solutions for Word .NET のリリース

Released: Feb 24, 2021

4.0.0.632 での更新項目

不具合の修正

  • [Data Templates] isdaylightsavingtime formatter has been removed.
  • System.FormatException is thrown when loading certain documents.

Released: Jan 26, 2021

4.0.0.625 での更新項目

不具合の修正

  • [Shapes] Fills and lines are not serialized in some scenarios (regression).
  • [Shapes] Shape.ApplyThemedStyle() crashes in some scenarios.

Released: Jan 11, 2021

4.0.0.623 での更新項目

不具合の修正

  • [Data templates] Use the current thread culture by default when processing templates.
  • Incorrect list style is created in some cases.
  • Incorrect handling of shape styles in some scenarios.

Released: Dec 11, 2020

4.0.0.619 での更新項目

不具合の修正

  • [Data templates] Positioning and sizing of images is incorrect.
  • [Data templates] Link template tags without explicitly specified data source do not work.
  • [Data templates] Incorrect batch processing of files with multiple sections.
  • [Data templates] Processing a certain template generates incorrect document layout.
  • [Data templates] Processing some link tags throws an exception.
  • TableStyle.ColumnStripe and TableStyle.RowStripe defaults are incorrect (0, should be 1).
  • Conditional table styles...

Released: Dec 10, 2020

4.0.0.616 での更新項目

機能

  • Added support for Microsoft .NET 5.0.
  • Introduced data templates feature which provides a flexible mechanism for creating data-bound documents. Template tags are added to the document, and processed using the GcWordDocument.DataTemplate property.
  • Added GrapeCity.Documents.Word.Templates.DataTemplate class which provides properties and methods that are used to associate a GcWordDocument with template data sources, and to process data templates.
  • Added DataTemplate.DataSources property which gets...

Released: Aug 13, 2020

3.2.0.550 での更新項目

機能

  • Shapes Support - Add and edit shapes. Choose from a wide range of geometric shapes, shape presets, and theme-based shape styles. Modify the shapes for size, color, or fill type across several Microsoft Word documents.
  • Add Shapes Supported in Microsoft Word - You can now add any shape supported in Microsoft Word to a Word document through GcWord API. This support enhances loading of any Word document having shapes into GcWord object model, modifying shape properties and saving back.
  • Fill...

Released: Jul 23, 2020

3.2.0.548 での更新項目

機能

  • Enhanced support for shapes. New classes: CanvasShape, CanvasShapeCollection, InkShape, InkShapeCollection, GroupShape, GroupShapeCollection. Added support for shape styles, presets, line and fill properties.
  • Added properties to Picture class: AlternativeText, Hidden, Name, ID.
  • Added properties to ImageData class: Stretch, FillType, Tile, RotateWithObject, Dpi, Transparency.
  • Implemented SolidColor.Brightness and SolidColor.TintAndShade properties.

Released: Jul 7, 2020

3.1.0.519 での更新項目

機能

  • Improved performance of copy operations in some situations.

Released: Apr 13, 2020

3.1.0.511 での更新項目

不具合の修正

  • NullReferenceException is thrown in some cases during find/replace.
  • Incorrect behavior of persistent ranges in split operations.

Released: Mar 18, 2020

3.1 での更新項目

機能

  • Add Text Boxes to Microsoft Word Documents - Add labels, tags, or small quotes as Textboxes, and make your text look more prominent in your document.
  • Find/Replace Text - Search simple text, find and replace pattern-based text like regex patterns or unique tokens, search and replace text based on specific formatting.