Callout

  • Thread starter Thread starter bog.imp
  • Start date Start date
B

bog.imp

Hi all.

Can u help me with PowerPoint Callout?

When I export Callout to image I have problem with callout location,
because shape.left and shape.top is position of text range and when I
use exported image I don't know where text range in it is.
 
When I export Callout to image I have problem with callout location,
because shape.left and shape.top is position of text range and when I
use exported image I don't know where text range in it is.

The shape's .Left and .Top position may match the text range but they usually
don't.

What are you trying to accomplish?

If you need to work out where the text is relative to the edges of the callout,
you can use the shape.TextFrame.TextRange.BoundLeft (.BoundHeight, .BoundTop
etc) to work out the location of the textrange.
 
thank you, i found good solution i begin work with shape.adjustment

:)
Steve Rindsberg напиÑав:
 
Back
Top