ILegacyDiagram
All Implemented Interfaces: com.aspose.slides.IGraphicalObject
public interface ILegacyDiagram extends IGraphicalObject
Represents a legacy diagram object
Methods
Method | Description |
---|---|
convertToSmartArt() | Converts legacy digram to editable SmartArt object. |
convertToGroupShape() | Converts legacy digram to editable group shape. |
convertToSmartArt()
public abstract 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 abstract 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.