Einhugur Word Plugin for Xojo |
|
Shape.HandleAdjustment2 Property
This property is to adjust the adjustment handle on a shape in word document.
HandleAdjustment2 as Integer {Read and Write}
Remarks
Some shapes in Word document have zero adjustment handles, some have one and some have two.
Out of the shapes this plugin supports so far then the following applies for the HandleAdjustment2:
- Ellipsecallout: Adjustment handle 2 is vertical adjustment, where negative value is up and positive is down. Value of 100.000 seems to height of the shape so -100.000 would pull the callout upwards by one length of the shape. This shape has its horizontal pull in the HandleAdjustment1 property.
See Also
Shape Class