Browse our Products

Aspose.Diagram for Java 23.9 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMJAVA-51137Get shape’s inherited groupEnhancement
DIAGRAMJAVA-51130OutOfMemoryError when loading visioBug
DIAGRAMJAVA-51136Convert png program exitBug
DIAGRAMJAVA-51143Lost shapes in the topBug

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.

Adds getInheritGroup in Shape

  • Contains the group for the shape inherit by the master shape.
System.out.println("SelectModeValue : " + shape.getInheritGroup().getSelectMode().getValue());