Browse our Products
Aspose.Diagram for Node.js via Java 21.12 Release Notes
This page contains release notes information for Aspose.Diagram for Node.js via Java 21.12.
Improvements and Changes
Key | Summary | Category |
---|---|---|
DIAGRAMJAVA-50838 | Centering Text on Straight Line Connector | Bug |
DIAGRAMJAVA-50839 | Need to draw a straight connector in between the shapes | Bug |
?
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 IsSavingImageSeparately in SVGSaveOptions
- Defines whether Saving Image Separately.
SVGSaveOptions o = new SVGSaveOptions();
o.setIsSavingImageSeparately(true);
Adds CustomImagePath in SVGSaveOptions
- The user custom path(URL) saved in generated svg file for the image. If not defined by user, Current directory will be used.
o.setCustomImagePath("d:/output/");
Adds SaveForegroundPagesOnly in PrintSaveOptions
- Specifies whether all pages will be printed or only foreground.
options.setSaveForegroundPagesOnly(true);