Browse our Products

Aspose.Diagram for Java 18.2 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMJAVA-50587Add support of retrieving relative Char element of the text partEnhancement
DIAGRAMJAVA-50478Connector lines are passing through the other shapes on converting a VDX to VSDMBug
DIAGRAMJAVA-50581VSDX to PDF - incorrect rendering of the shapesBug
DIAGRAMJAVA-50582Output VSDX - the connecting lines are not straightBug
DIAGRAMJAVA-50583VSD import - an error occurred in the VisioDocument elementBug
DIAGRAMJAVA-50584VDX import - an error occurred in the VisioDocument elementBug
DIAGRAMJAVA-50585VSD import - an error occurred in the VisioDocument elementBug
DIAGRAMJAVA-50586VSDX to SVG - incorrect border color of the shapeBug

Adds getInheritChars method in Shape class

It contains the char values for the shape inherit by the master shape.

 CharCollection charCollection = shape.getInheritChars();


 
 English