Aspose.Diagram for Python via Java 21.11 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMJAVA-50806wk: InheridetChar ColorEnhancement
DIAGRAMJAVA-50385The color of border and titles is being changed on converting a VSDX to PDFBug
DIAGRAMJAVA-50501VSDX to PNG - Incorrect color of shapesBug
DIAGRAMJAVA-50631Shapes are inconsistent after exporting VSDX to PDFBug
DIAGRAMJAVA-50804Connector text is wrapping when drawing connectorBug

?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 PresetTheme in Shape

  • Apply a preset theme to this shape.
 
 shape.setPresetTheme( PresetThemeValue.BUBBLE);

Adds PresetThemeVariant in Shape

  • Apply a preset theme variant to this shape
shape.setPresetThemeVariant( PresetThemeVariantValue.VARIANT_1);

Adds PresetThemeQuickStyle in Shape

  • Apply a preset theme variant quickstyle to this shape
shape.setPresetThemeQuickStyle(PresetQuickStyleValue.VARIANT_STYLE_1);