Einhugur Word Plugin for Xojo |
|
Shape.HandleAdjustment1 Property
This property is to adjust the adjustment handle on a shape in word document.
HandleAdjustment1 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 HandleAdjustment1:
- Rounded rectangle: Adjust the roundness of the corners, the range of the adjustment is from 0 to 50000.
- Triangle: Has adjustment range from 0 to 100000.
- Hexagon: Has adjustment range from 0 to 50000.
- Octagon: Has adjustment range from 0 to 50000.
- Trapezoid: Has adjustment range from 0 to 50000.
- Parallelogram: In tests then this one seemed to have adjustment range from 0 to 145669, but given the unlikely number then the upper range might actually be 150000.
- Teardrop: Has adjustment range from 0 to 200000.
- Ellipsecallout: Adjustment handle 1 is horizontal adjustment, where negative value is left and positive is right. Value of 100.000 seems to width of the shape so -100.000 would pull the callout out to left by one length of the shape. This shape has its vertical pull in the HandleAdjustment2 property.
See Also
Shape Class