PowerPoint Add Shape
Description
This action component allows you to add an shape to a slide.
Input Properties
- Input PowerPointObject (IPowerPointObject) – The input Powerpoint Object connection.
- Shape Name (String) – The shape name.
- Slide Index (Int32) – The index of the slide where the shape will be added.
- Shape Type (MsoAutoShapeType) – The shape type will be added.
- Left (Int32) – The left position of the shape.
- Top (Int32) – The top position of the shape.
- Width (Int32) – The width of the shape.
- Height (Int32) – The height of the shape.
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.