| Name | Type | Description |
|---|---|---|
| CenterX |
Double
|
|
| CenterY |
Double
|
|
| StretchX |
Double
|
|
| StretchY |
Double
|
Specifies the vertical stretch factor. If this value is omitted, it is assumed to be the same as the StretchX parameter value, resulting in a proportional stretch. |
| StretchCharactersSize |
Boolean
|
Specifies whether characters are stretched with the shape. |
Sub Test() ActiveDocument.ReferencePoint = cdrBottomLeft With ActivePage .Shapes.All.StretchEx .CenterX, .CenterY, 2 End With End Sub