B
bapujimoka.dj
Hi All,
I am writing an application which will export power point slide
content into a text file. I am iterating through all shapes and
getting each textRange(from textFrame). From textRange getting text
and font style.Everything is working fine except text x, y position.
To get text X-position i am using text range's BoundLeft function and
for Y-Position I am using text range's BoundTop function. Both
functions are returning value in Points. How to convert this into
pixels? And BoundTop is always returning same value for different
TextRanges(Font and Font size is different). How to get X, Y position
of the each textRange?
I am writing an application which will export power point slide
content into a text file. I am iterating through all shapes and
getting each textRange(from textFrame). From textRange getting text
and font style.Everything is working fine except text x, y position.
To get text X-position i am using text range's BoundLeft function and
for Y-Position I am using text range's BoundTop function. Both
functions are returning value in Points. How to convert this into
pixels? And BoundTop is always returning same value for different
TextRanges(Font and Font size is different). How to get X, Y position
of the each textRange?