update_transform
Apply an affine transformation (scale, shear, translate) to a slide element. Supports absolute or relative mode.
Instructions
Apply a raw AffineTransform to an element. (1 API call.)
Args:
presentation_id: The presentation ID.
element_id: The page element ID.
transform: An AffineTransform dict (scaleX, scaleY, shearX, shearY,
translateX, translateY, unit). unit may be EMU or PT.
mode: ABSOLUTE (replace) or RELATIVE (multiply with existing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| presentation_id | Yes | ||
| element_id | Yes | ||
| transform | Yes | ||
| mode | No | ABSOLUTE or RELATIVE | ABSOLUTE |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||