Aspose.Diagram for Python via Java 22.11 Release Notes

Improvements and Changes

Key Summary Category
DIAGRAMJAVA-51049 How to get connection point of a line on a shape Enhancement
DIAGRAMJAVA-51044 .getDisplayText() to decode html entities (Aspose.Diagram Java 22.10, .vsd files) Enhancement
DIAGRAMJAVA-51046 Shape’s name is sometimes different than names in Visio Bug

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 getConnectorRule in Shape

  • Returns a connectorRule that contains the shape id and connecton that are connected to the shape
ConnectorRule rule= shape.getConnectorRule();

Adds setSavingCustomLinePattern in SVGSaveOptions

  • Defines whether Saving custom line pattern.
SVGSaveOptions saveOp = new SVGSaveOptions(); 
saveOp.setSavingCustomLinePattern(false);