IShapes module

class IShapes.IShapes

Bases: SpireObject

Add() IChartShape
AddCheckBox() ICheckBox
AddComboBox() IComboBoxShape
AddComment
AddCopy
AddLine(startPoint: Point, endPoint: Point, lineShapeType: LineShapeType) ILineShape
<summary>

Adds new text line to the collection.

</summary> <param name=”startPoint”>startPoint</param> <param name=”endPoint”>endPoint</param> <param name=”lineShapeType”>lineShapeType</param> <returns>Newly created line.</returns>

AddOval(row: int, column: int, height: int, width: int) IOvalShape
<summary>

Add new oval shape in the collection.

</summary> <param name=”leftcolumn”>0-1000</param> <param name=”toprow”>0-1000</param> <param name=”rightcolumn”>0-1000</param> <param name=”bottowrow”>0-1000</param> <returns></returns>

AddPicture
AddPrstGeomShape(shapeType: PrstGeomShapeType) IPrstGeomShape
AddRadioButton() IRadioButton
AddTextBox() ITextBoxLinkShape
property Count: int
get_Item