Document Solutions for Word .NET Releases
Released: Feb 24, 2021
Updates in 4.0.0.632
Fixes
- [Data Templates] isdaylightsavingtime formatter has been removed.
- System.FormatException is thrown when loading certain documents.
Released: Jan 26, 2021
Updates in 4.0.0.625
Fixes
- [Shapes] Fills and lines are not serialized in some scenarios (regression).
- [Shapes] Shape.ApplyThemedStyle() crashes in some scenarios.
Released: Jan 11, 2021
Updates in 4.0.0.623
Fixes
- [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
Updates in 4.0.0.619
Fixes
- [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
Updates in 4.0.0.616
Features
- 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...
Released: Aug 13, 2020
Updates in 3.2.0.550
Features
- 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
Updates in 3.2.0.548
Features
- 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
Updates in 3.1.0.519
Features
- Improved performance of copy operations in some situations.
Released: Apr 13, 2020
Updates in 3.1.0.511
Fixes
- NullReferenceException is thrown in some cases during find/replace.
- Incorrect behavior of persistent ranges in split operations.
Released: Mar 18, 2020
Updates in 3.1
Features
- 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.