python-pptx
python-pptx copied to clipboard
How to locate the coordinate a single character in text frame?
I can only get left, top coordinate of the shape itself, but how could I get the coordinate of a single character inside? not the position of its index of the string, but coordinates like the left / top properties. and also, how could I tell if specified text is in which line of the text_frame or paragraph?
Thanks a lot for helping me out
Not possible.
@rmbg58 what would you do with this information?
Probably place another object somewhere in relation to it. Maybe an arrow shape is my guess. We do something like this.