com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class LegacyDiagram

    • Method Detail

      • convertToSmartArt

        public final ISmartArt convertToSmartArt()

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

        Specified by:
        convertToSmartArt in interface ILegacyDiagram
        Returns:
        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.

        Specified by:
        convertToGroupShape in interface ILegacyDiagram
        Returns:
        Created GroupShape object.