Public API Changes in Aspose.Diagram 2.3.0
Contents
[
Hide
]
This document describes changes to the Aspose.Diagram API from version 2.2.0 to 2.3.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.
Setting the Timeline Dialog Box
The new TimeLineHelper class has been added. It allows developers to modify TimeLine shape dialog box. Users can see example topic about these features: [Set Time Period and Date Format of TimeLine Shape]
Setting the Milestone Dialog Box
The new MilestoneHelper class has been added. It allows developers to modify Milestone shape dialog box.Please find details of these features in the following help topic: [Set Milestone Shape Properties]
Read Shape’s Property by Name
The PropCollection.GetProp( string name) method has been added. This method takes a property name as parameter to get shape property. Overview of help topic: [Read Visio Shape Data]