For each slide, how would I get the text of a hyperlink? I can get the ExternalUrl, but don’t see the text anywhere....with text, you can enumerate paragraphs and text portions and find...foreach (var paragraph in autoShape.TextFrame.Paragraphs) { foreach...