Browse our Products

Aspose.Diagram for Java 17.9 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMJAVA-50485Add support of auto spacing shapes in VisioEnhancement
DIAGRAMJAVA-50521Output VSDX - incorrect layout of the connector line Bug
DIAGRAMJAVA-50522Output PNG - the text of shape goes out of the boundaryBug
DIAGRAMJAVA-50527Output VSDX - the connecting line is touching the boundary of shapeBug
DIAGRAMJAVA-50540Output VSDX - incorrect layout of the connecting linesBug
DIAGRAMJAVA-50543Output VSDX - incorrect layout and misplaced text of the connecting linesBug
DIAGRAMJAVA-50545Output VSDX - Cannot formulate the position of text in shapeBug
DIAGRAMJAVA-50547Output VSDX - cannot set property value as StringBug

Public API and Backwards Incompatible Changes

See the list for 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 autoSpaceShapes member in Page

It allows to add auto space among the collection of shapes.

 AutoSpaceOptions options = new AutoSpaceOptions();

diagram.getPages().getPage(0).autoSpaceShapes(diagram.getPages().getPage(0).getShapes(), options);

Usage Examples

Please check the list of help topics added in the Aspose.Diagram Wiki docs: 

  1. Auto-space a Collection of Shapes in the Visio Page


 
 English