G
Gla Norham
When you insert a microsoft equation in, say, a word document the equation's
vertical center is automatically aligned with the baseline of the text
surrounding it.
I wonder how this behavior is implemented?
When I insert an inline picture in Word, I can vertically position it using
VBA macro as InlineShapes(1).Font.Position(-5) but that brings other nasty
side effects.
Is there a method in the relevant OLE interfaces that I can use (or
implement) to lower-raise inline OLE object in Word?
Regards
Gla
vertical center is automatically aligned with the baseline of the text
surrounding it.
I wonder how this behavior is implemented?
When I insert an inline picture in Word, I can vertically position it using
VBA macro as InlineShapes(1).Font.Position(-5) but that brings other nasty
side effects.
Is there a method in the relevant OLE interfaces that I can use (or
implement) to lower-raise inline OLE object in Word?
Regards
Gla