com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ISmartArt

    • Method Detail

      • getLayout

        int getLayout()

        Return or set layout of the SmartArt object. Read/write SmartArtLayoutType.

      • setLayout

        void setLayout(int value)

        Return or set layout of the SmartArt object. Read/write SmartArtLayoutType.

      • getQuickStyle

        int getQuickStyle()

        Return or set quick style of the SmartArt object. Read/write SmartArtQuickStyleType.

      • setQuickStyle

        void setQuickStyle(int value)

        Return or set quick style of the SmartArt object. Read/write SmartArtQuickStyleType.

      • getColorStyle

        int getColorStyle()

        Return or set color style of the SmartArt object. Read/write SmartArtColorType.

      • setColorStyle

        void setColorStyle(int value)

        Return or set color style of the SmartArt object. Read/write SmartArtColorType.

      • isReversed

        boolean isReversed()

        Return or set the state of the SmartArt diagram with regard to (left-to-right) LTR or (right-to-left) RTL, if the diagram supports reversal. Read/write boolean.

      • setReversed

        void setReversed(boolean value)

        Return or set the state of the SmartArt diagram with regard to (left-to-right) LTR or (right-to-left) RTL, if the diagram supports reversal. Read/write boolean.