Public API Changes in Aspose.Diagram 2.1.0
Contents
[
Hide
]
This document describes changes to the Aspose.Diagram API from version 2.0.0 to 2.1.0, that may be of interest to module/application developers. It includes not only new and updated public methods, but also a description of any changes in the behavior behind the scenes in Aspose.Diagram.
Adds a method glueShapes() to the Page Class
Developers can now easily glue shapes through the connection points. You can see an example topic about this feature: [Glue Visio Shapes Through the Connection Points]
Adds two methods getMasterByName and isExist to MasterCollection
Developers can now glue group shapes inside the container. Also, this release allows to get Master by its name and check presence of the Master by its name. You can see example topics about these features: [Get Master Object from the Visio], [Check Presence of a Master in the Visio Drawing]
Adds a method glueShapesInContainer to Page
There’re many points in the group shapes. We have now added group shapes support. Please see an example topic about this feature: [Glue Group Shape Inside the Container]