insertAutoShape

insertAutoShape(int index, int shapeType, float x, float y, float width, float height) method

Creates a new AutoShape, tunes it from default template and inserts it to the collection at the specified index. Note: the type of the shape will be determined by the shapeType parameter.

Parameters

NameTypeDescription
indexintThe zero-based index at which value should be inserted.
shapeTypeintAn ShapeType of shape.
xfloatThe X-coordinate for a left side of shape’s frame.
yfloatThe Y-coordinate for a top side of shape’s frame.
widthfloatThe width of shape’s frame.
heightfloatThe height of shape’s frame.

Returns

AutoShape


insertAutoShape(int index, int shapeType, float x, float y, float width, float height, boolean createFromTemplate) method

Creates a new AutoShape and inserts it to the collection at the specified index. Note: the type of the shape will be determined by the shapeType parameter.

Parameters

NameTypeDescription
indexintThe zero-based index at which value should be inserted.
shapeTypeintAn ShapeType of shape.
xfloatThe X-coordinate for a left side of shape’s frame.
yfloatThe Y-coordinate for a top side of shape’s frame.
widthfloatThe width of shape’s frame.
heightfloatThe height of shape’s frame.
createFromTemplatebooleanIf true then new shape will be tuned from default template. Not empty name, simple style, text centered will be assined to the new shape. If false then all values of the properties of the new shape will have default values.

Returns

AutoShape