Browse our Products

Aspose.Diagram for Node.js via Java 22.5 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMJAVA-50923wk: Field Displayed valuesEnhancement
DIAGRAMJAVA-50924wk: get Alignment valuesEnhancement
DIAGRAMJAVA-50934Investigate the feasibility to parallel processing of VSDX filesBug
DIAGRAMJAVA-50936Wrong Values for Shape.getName(), Shape.getNameU()Bug
DIAGRAMJAVA-50941Converting vsd to vsdx ,The converted vsdx file cannot be opened in Visio.Bug
DIAGRAMJAVA-50942The value of “ToSheet” violates the definition of OpenXML in the conversion from vsd to vsdx.Bug
DIAGRAMJAVA-50943Error while loading the VSD fileBug
DIAGRAMJAVA-50951Resizing the lateral line shapeBug
DIAGRAMJAVA-50955Shape.getXForm().getWidth() return wrong value if width is set to use formulaBug

?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 getDisplayValue in Field

  • Gets the formatted string value of this field.
String str = shape.getFields().get(0).getDisplayValue();
System.out.println(str);

Adds getInheritParas in Shape

  • Contains the paras for the shape inherit by the parent style and the master
int str = shape.getInheritParas().get(0).getHorzAlign().getValue();
System.out.println(str);


 
 English