IPrstGeomShapes module

class IPrstGeomShapes.IPrstGeomShapes

Bases: ABC

abstract AddNotPrimitiveShape(row: int, column: int, width: int, height: int) IGeomPathShape
abstract AddPrstGeomShape(row: int, column: int, height: int, width: int, shapeType: PrstGeomShapeType) IPrstGeomShape
<summary>

Adds new item to the collection.

</summary> <param name=”row”>One-based row index of the top-left corner of the new item.</param> <param name=”column”>One-based column index of the top-left corner of the new item.</param> <param name=”height”>Height in pixels of the new item.</param> <param name=”width”>Width in pixels of the new item.</param> <returns>Newly added item.</returns>

abstract property Count: int
get_Item
<summary>

Returns single item from the collection.

</summary> <param name=”index”>Item’s index to get.</param> <returns>Single item from the collection.</returns>