IAutoShape

Overview

IAutoShape is a interface in Aspose.Slides FOSS for Java. Inherits from: IGeometryShape.

Represents an AutoShape.

Properties

NameTypeAccessDescription
textFrameITextFrameReadReturns the TextFrame object for the AutoShape.
textBoxbooleanReadSpecifies if the shape is a text box.
asIGeometryShapeIGeometryShapeReadAllows to get base IGeometryShape interface.

Methods

SignatureDescription
getTextFrame()ITextFrameReturns the TextFrame object for the AutoShape.
isTextBox()booleanSpecifies if the shape is a text box.
getAsIGeometryShape()IGeometryShapeAllows to get base IGeometryShape interface.
addTextFrame(text: String)ITextFrameAdds a new text frame to the shape with the specified text.

See Also