Aspose.Diagram for Java 19.11 Release Notes

Improvements and Changes

This month’s release allows formatting Visio pages by applying stylesheets.

KeySummaryCategory
DIAGRAMJAVA-50671Shape sheet new window setting not respected when converting to SVGEnhancement

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 it on the Aspose.Diagram support forum.

Added applyStyle in Page

 StyleSheet st = new StyleSheet();

dia.getPages().get(0).applyStyle(st.ID, st.ID, st.ID);

 Added dispose in Diagram class

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

 diagram.dispose();