Browse our Products

Aspose.Diagram for Python via .NET 23.11 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-53211Granular relationship information for shapes in Visio diagramNew Feature
DIAGRAMNET-53178MS Visio right side aligned tabulator becomes left side aligned in PDF conversionBug
DIAGRAMNET-53179Blank output generate of vsd fileBug
DIAGRAMNET-53220Generate the typelibrary for .Diagram to use it via COM in Delphi fails.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 .NET. If you have concerns about any change listed, please raise it on the Aspose.Diagram support forum.

Adds GetRelationFlag in Shape

  • Returns RelationFlag that represents the relationship of one shape to another shape.
shape1.GetRelationFlag(shape2);