| Name | Type | Description |
|---|---|---|
| StretchX |
Double
|
|
| StretchY |
Double
|
Specifies the vertical stretch factor. If not specified, this value assigned the same value as the StretchX parameter, resulting in a proportional stretch. |
| StretchCharactersSize |
Boolean
|
Specifies whether to stretch characters. |
Sub Test() ActiveDocument.ReferencePoint = cdrTopRight ActivePage.Shapes.All.Stretch 2 End Sub