I have scribble line object in my Ms Word document.
Shape.Type = msoFreeform
Now I want to get position of the controls points and change it slightly. How can I get the controls points' position in the first place.
I noticed that
Shape.ShapeNodes.SetPosition ( index, x, y)
helped me to set position of each node. However, no ShapeNodes.GetPosition function exists.
Each ShapeNode has a Points property, but the Points property does not return me position of the node no matter what I tried.
Can anybody (from Microsoft maybe) tell how to use the Office SDK to get the positions of the control Points of a scribble shape whose type is msoFreeform
If this can not be done in Word, can that be done in PowerPoint and Excel instead