external_url_original property

external_url_original property

Represents a hyperlink that is set for this portion without regard to the actual content of the portion.

        PowerPoint behaves specifically for links and their corresponding text in a portion. It allows to create text for the hyperlink in
        the form of a valid URL, different from the real address of the link. In this case, when you view the link in the edit window, it will be
        changed to match the text portion. This property represents the original value of the hyperlink.

Definition:

@property
def external_url_original(self):
    ...

See Also