Aspose.Diagram for Java 19.9 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMJAVA-50665Unable to add macros after conversionEnhancement

Public API and Backwards 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.

ChangePurposeSample
Addition of isBold to Aspose.Shape.CharIndicating whether the font is bold.shape.getChars().get(0).isBold()
Addition of isItalic to Aspose.Shape.CharIndicating whether the font is italic.shape.getChars().get(0).isItalic()
Addition of isUnderline to Aspose.Shape.CharIndicating whether the font is Underline.shape.getChars().get(0).isUnderline()
Addition of isDoubleUnderline to Aspose.Shape.CharIndicating whether the font is Double Underlinedshape.getChars().get(0).isDoubleUnderline()
Addition of isStrikethrough to Aspose.Shape.CharIndicating whether the font is strikethrough.shape.getChars().get(0).isStrikethrough ()
Addition of isDoubleStrikethrough to Aspose.Shape.CharIndicating whether the font is Double Strikethroughshape.getChars().get(0).isDoubleStrikethrough()