LegacyDiagram

Inheritance: java.lang.Object, com.aspose.slides.Shape, com.aspose.slides.GraphicalObject

All Implemented Interfaces: com.aspose.slides.ILegacyDiagram

public class LegacyDiagram extends GraphicalObject implements ILegacyDiagram

Represents a legacy diagram object.

Methods

MethodDescription
convertToSmartArt()Converts legacy digram to editable SmartArt object.
convertToGroupShape()Converts legacy digram to editable group shape.

convertToSmartArt()

public final ISmartArt convertToSmartArt()

Converts legacy digram to editable SmartArt object. Created SmartArt object adds to parent group shape at the same position.

Returns: ISmartArt - Created SmartArt object.

convertToGroupShape()

public final IGroupShape convertToGroupShape()

Converts legacy digram to editable group shape. Created GroupShape object adds to parent group shape at the same position.

Returns: IGroupShape - Created GroupShape object.