views:

48

answers:

1

I need to extract Hyperlinks from text Runs in PowerPoint 2007. I know I could do so using: TextFrame.TextRange.ActionSettings[PpMouseActivation.ppMouseClick].Hyperlink

However, my code, which is quite a large one, uses TextFrame2 and its corresponding TextRange2, and I could not find ActionSettings in TextRange2.

Anyone knows where it hides?

Thanks, Arie

A: 

(I'm the same person who posted the question - there is some mess with my StackOverFlow Login so I cannot simply post a remark)

Dear Otaku: Actually, in my project I do access PowerPoint 2007 features. The project is quite a complex and ambitious one:

Automatic enhancement of PowerPoint presentations. You can have a look or download at www.visualbee.com .

In VisualBee I use TextFrame2 for different reasons. I was hoping that ActionSettings hides somewhere in TextRange2, as otherwise I'll have to do some patchwork for the Link extraction/Creation task.

Frankly I will be quite surprised if this is not the case, as all other functionality of TextFrame seems to be included in TextFrame2, sometimes with Methods instead of Properties and other differences.

Any ideas?

Thanks, Arie

Arie Livshin