GrapeCity Documents for Word 5.2.0.800
Report Templates
Added Decimal, DateTime and DateTimeOffset to the primitive types that can be addressed via the ‘value’ tag.
Added DataSourceDictionary.Add(string, object, CultureInfo) method which adds a data source with an associated culture to be used when parsing and formatting data.
Improved diagnostics when processing templates that contain errors.

Added Shadow effect support (note: shadow effect is not yet supported in export to PDF/images). Includes:
BuiltInShadowId enum which defines the types of built-in shadow effects.
PresetShadowType enum which defines preset shadow types.
ShadowBase class which is the abstract base class that represents a shadow effect that can be applied to an object.
PresetShadow class which represents a preset shadow effect that can be applied to an object.
InnerShadow class which represents an inner shadow effect that can be applied to an object.
OuterShadow class which represents an outer shadow effect that can be applied to an object.
TextEffects class which represents a text effects formatting that can be applied to an object.
ShapeEffects class which represents a shape effects formatting that can be applied to an object.
ShapeEffectsList class which represents a set of three or more shape effects styles for use within a theme.
StyleEffects class which represents a reference to a shape effects style in a FormatScheme.Effects list.
TextEffects Font.Effects property which gets the text effects formatting properties.
ShapeEffects Shape.Effects property which gets the shape effects formatting properties.
ShapeEffects GroupShape.Effects property which gets the shape effects formatting properties.
ShapeEffects CanvasShape.Effects property which gets the shape effects formatting properties.
ShapeEffects Picture.Effects property which gets the shape effects formatting properties.
StyleEffects ShapeStyle.Effects property which gets a reference to an effects style in a FormatScheme.Effects list.
ShapeEffectsList FormatScheme.Effects property which gets a list of three or more shape effects styles that are used within the theme.