Browse our Products

Aspose.Diagram for Python via .NET 22.12 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-53028Add support for ungrouping shapesEnhancement
DIAGRAMNET-53041Formulas/Values not Triggering ChangesEnhancement
DIAGRAMNET-53043Add support for rendering particular pattern fillEnhancement
DIAGRAMNET-53055Formulas/Values not Triggering ChangesEnhancement
DIAGRAMNET-53042Converting vsdx file to svg lost the round cornerBug
DIAGRAMNET-53044Error on Converting VSDM to HTMLBug
DIAGRAMNET-53047Visio to HTML - Date Format incorect when saving as HTMLBug
DIAGRAMNET-53054Grid Rows not nested inside the TableBug
DIAGRAMNET-53056App:Saving vsdx to Pdf throws exceptionBug

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 .NET. If you have concerns about any change listed, please raise it on the Aspose.Diagram support forum.

Adds Ungroup in Shape

  • Ungroup Shape
 diagram.Pages[0].Shapes[0].Ungroup();