com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class AutoShape

    • Method Detail

      • getUseBackgroundFill

        public final 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.

        Specified by:
        getUseBackgroundFill in interface IAutoShape
      • setUseBackgroundFill

        public final 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.

        Specified by:
        setUseBackgroundFill in interface IAutoShape
      • addTextFrame

        public ITextFrame addTextFrame(java.lang.String text)

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

        Specified by:
        addTextFrame in interface IAutoShape
        Parameters:
        text - Default text for a new TextFrame.