com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class SmartArtShape

    • Method Detail

      • getShapeType

        public int getShapeType()

        Returns or sets the geometry preset type. Note: on value changing all adjustment values will reset to their default values. Read/write ShapeType.

        Specified by:
        getShapeType in interface IGeometryShape
        Overrides:
        getShapeType in class GeometryShape
        Throws:
        com.aspose.ms.System.ArgumentException - Thrown when value is ShapeType.NotDefined or ShapeType.Custom
      • setShapeType

        public void setShapeType(int value)

        Returns or sets the geometry preset type. Note: on value changing all adjustment values will reset to their default values. Read/write ShapeType.

        Specified by:
        setShapeType in interface IGeometryShape
        Overrides:
        setShapeType in class GeometryShape
        Throws:
        com.aspose.ms.System.ArgumentException - Thrown when value is ShapeType.NotDefined or ShapeType.Custom