AutoShape — Aspose.Slides FOSS Java API Reference

AutoShape — Represents an AutoShape. Inherits from: GeometryShape, IAutoShape.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
shapeTypeShapeTypeRead/Write
textFrameITextFrameRead/Write
textBoxbooleanRead/Write
asIGeometryShapeIGeometryShapeRead/Write
fillFormatIFillFormatRead/Write

Methods

MethodReturnsDescription
getShapeType()ShapeType{@inheritDoc}

Checks for custom geometry (<a:custGeom>) in addition to the base class preset geometry lookup.

setShapeType(ShapeType value)void{@inheritDoc}

Removes any existing custom geometry (<a:custGeom>) before applying the preset, and clears children of an existing <a:prstGeom>.

getTextFrame()ITextFrame
isTextBox()boolean
getAsIGeometryShape()IGeometryShape
addTextFrame(String text)ITextFrame
getFillFormat()IFillFormat{@inheritDoc} /

See Also