<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-editor</artifactId>
    <version>23.5</version>
</dependency>
copied!  
compile(group: 'com.groupdocs', name: 'groupdocs-editor', version: '23.5')
copied!  
<dependency org="com.groupdocs" name="groupdocs-editor" rev="23.5">
    <artifact name="groupdocs-editor" ext="jar"/>
</dependency>
copied!  
libraryDependencies += "com.groupdocs" % "groupdocs-editor" % "23.5"
copied!  

What’s new in the GroupDocs.Editor for Java 23.5

Release Highlights

GroupDocs.Editor for Java 23.5 delivers powerful new capabilities for editing XML documents, including a fully reengineered XML formatter and customizable highlight options. WordProcessing documents also receive significant upgrades with support for page background and borders in paginal mode. Additionally, this update fixes critical issues with empty paragraph preservation and improves support for bidirectional text rendering.

New Features

  • Advanced XML Editing Capabilities:
    Added new XML formatter, XML format options, and redesigned XmlHighlightOptions to deliver a structured and customizable editing experience.

  • Support for XML Preview Styling and Metadata:
    New types and properties introduced for greater control over XML syntax visualization and processing.

  • Paginal Word Background and Border Support:
    The paginal mode now accurately retains WordProcessing page backgrounds and border definitions across editing sessions.

  • Reworked QuoteType Enumeration:
    The QuoteType enum has been modernized to align with updated formatting and XML styling structures.

Improvements

  • Public API Modernization:
    Deprecated use of System.Drawing types in favor of new Java-compatible types across multiple namespaces.

  • Update NuGet Package Tags:
    Package metadata updated for improved compatibility and discoverability.

Bug Fixes

  • Preserve Content in Edited Empty Paragraphs:
    Fixed an issue where content added to empty paragraphs (used for layout placeholders) was lost in output WordProcessing documents.

  • Improved List Element Handling in WYSIWYG Editors:
    Resolved incorrect error messages during HTML conversion of list-based content structures.

  • Bidirectional Text Rendering Fixes:
    Corrected layout and formatting issues affecting right-to-left text on newer .NET runtimes.

  • Exception When Generating Edited Document:
    Addressed blocking issues preventing successful document export after editing.

Public API and Backward Incompatible Changes

New Public Types

  • FontSize, FontStyle, FontWeight in com.groupdocs.editor.htmlcss.css.properties
  • ArgbColor in com.groupdocs.editor.htmlcss.css.datatypes
  • WebFont, XmlHighlightOptions, XmlFormatOptions in com.groupdocs.editor.options

Removed Members

  • EnablePagination property in PdfSaveOptions

🔍 Explore the Full Release Details

For a complete changelog, please visit GroupDocs.Editor for Java 23.5 Release Notes.


xml formatting editor | docx page background border | empty paragraph fix word | wysiwyg editor list error | xml highlight options

VersionRelease Date
25.3March 28, 2025
24.9September 19, 2024
24.4April 26, 2024
23.9September 20, 2023
23.5.1July 26, 2023
23.5May 17, 2023
23.2February 6, 2023
22.11November 16, 2022
22.9September 27, 2022
22.6August 25, 2022
22.4April 21, 2022
20.8.1January 25, 2022
17.9January 25, 2022
20.11November 25, 2020
20.8August 13, 2020
19.10October 4, 2019
19.4April 3, 2019
18.9September 12, 2018