Browse our Products

Aspose.Diagram for Java 18.8 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMJAVA-50611Support for Setting locale with the APIEnhancement
DIAGRAMJAVA-50606VSDX to SVG - incorrect rendering of the arrowsBug
DIAGRAMJAVA-50610Location of Text on Connectors is wrong in output VSDX fileBug
DIAGRAMJAVA-50612Unable to open output VDX file with Visio Viewer 2010 ProfessionalBug

Public API and Backwards Incompatible Changes

The following is a list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.Diagram for Java. If you have concerns about any change listed, please raise them in the Aspose.Diagram support forum.

Added setLocale in LoadOption

         LoadOptions loadOptions = new LoadOptions( LoadFileFormat.VDX ); 

        loadOptions.setLocale(Locale.US);

        Diagram diagram = new Diagram("test.vdx", loadOptions); 

sets the Locale used for diagram at the time the file was loaded.


 
 English