Aspose.Diagram for Python via Java 21.9 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMJAVA-50753wk: Check is TextAnnotation is connected to shapeEnhancement
DIAGRAMJAVA-50382The shading of shapes is missing on converting a VSDX to PDFBug
DIAGRAMJAVA-50754wk - LineColor from InheritLine is not correctBug
DIAGRAMJAVA-50756wk: PinPos null vs center-centerBug
DIAGRAMJAVA-50757WK: getBegin/End Arrow value incorrect.Bug
DIAGRAMJAVA-50771WK: can not get LineColor and name for Sheet shapeBug

?Public API and Backward 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 dependsOnShapes in Shape

  • Returns an array that contains the identifiers of the shapes that are depends on a shape.
long[] shapeids = shape.dependsOnShapes();