IAutoShape — Aspose.Slides FOSS Java API Reference

IAutoShape — Represents an AutoShape.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
textFrameITextFrameRead/Write
textBoxbooleanRead/Write
asIGeometryShapeIGeometryShapeRead/Write

Methods

MethodReturnsDescription
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(String text)ITextFrameAdds a new text frame to the shape with the specified text.

See Also