ApiShape
Represents the ApiShape class.
Methods
| Method | Returns | Description |
|---|---|---|
| GetClassType | "shape" | Returns the type of the ApiShape class. |
| GetContent | ApiDocumentContent | Returns the shape inner contents where a paragraph or text runs can be inserted. |
| GetFill | ApiFill | null | Gets the fill properties from the current shape. |
| GetGeometry | ApiGeometry | Returns the geometry object from the current shape. |
| GetLine | ApiStroke | null | Gets the outline properties from the current shape. |
| SetFill | boolean | Sets the fill properties to the current shape. |
| SetGeometry | boolean | Sets a custom geometry for the current shape. |
| SetLine | boolean | Sets the outline properties to the current shape. |
| SetVerticalTextAlign | boolean | Sets the vertical alignment to the shape content where a paragraph or text runs can be inserted. |