com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IAutoShape

    • Method Detail

      • getTextFrame

        ITextFrame getTextFrame()

        Returns TextFrameEx object for the AutoShapeEx. Read-only ITextFrame.

      • getUseBackgroundFill

        boolean getUseBackgroundFill()

        Determines whether this autoshape should be filled with slide's background fill instead of specified by style or fill format. Read/write boolean.

      • setUseBackgroundFill

        void setUseBackgroundFill(boolean value)

        Determines whether this autoshape should be filled with slide's background fill instead of specified by style or fill format. Read/write boolean.

      • addTextFrame

        ITextFrame addTextFrame(java.lang.String text)

        Adds a new TextFrameEx to a shape. If shape already has TextFrameEx then simply changes its text.

        Parameters:
        text - Default text for a new TextFrame.