GroupDocs.Editor for .NET
Adds support for complex text effects when working with WordProcessing format family (DOCX, RTF, ODT).
Features
- Added support for complex text effects when working with WordProcessing format family (DOCX, RTF, ODT etc.).
- Shadow
- 3D effect
- Outline
- Glow
- Engrave
- Emboss
- Paged mode in WordProcessing module - WordProcessing options class contains new paged mode which, if enabled, produces HTML markup optimized and adjusted for per-page editing. When a document is converted to HTML and this mode is enabled, it is easy to enable paged edit in any WYSIWYG-editor.
- XML Highlight Options - There is one significant public API change in the "XmlToHtmlOptions" class. Set of all options, related to XML highlighting (font and color settings for each entity in XML document) was moved from "XmlToHtmlOptions" class to the distinct "XmlHighlightOptions" class. In turn, "XmlToHtmlOptions" class now contains new property "HighlightOptions".