Aspose.Diagram for Java 19.9 Release Notes
Contents
[
Hide
]
This page contains release notes information for Aspose.Diagram for Java 19.9.
Improvements and Changes
Key | Summary | Category |
---|---|---|
DIAGRAMJAVA-50665 | Unable to add macros after conversion | Enhancement |
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.
Change | Purpose | Sample |
---|---|---|
Addition of isBold to Aspose.Shape.Char | Indicating whether the font is bold. | shape.getChars().get(0).isBold() |
Addition of isItalic to Aspose.Shape.Char | Indicating whether the font is italic. | shape.getChars().get(0).isItalic() |
Addition of isUnderline to Aspose.Shape.Char | Indicating whether the font is Underline. | shape.getChars().get(0).isUnderline() |
Addition of isDoubleUnderline to Aspose.Shape.Char | Indicating whether the font is Double Underlined | shape.getChars().get(0).isDoubleUnderline() |
Addition of isStrikethrough to Aspose.Shape.Char | Indicating whether the font is strikethrough. | shape.getChars().get(0).isStrikethrough () |
Addition of isDoubleStrikethrough to Aspose.Shape.Char | Indicating whether the font is Double Strikethrough | shape.getChars().get(0).isDoubleStrikethrough() |