get_hyperlink_clicks method

get_hyperlink_clicks

Get all IHyperlinkContainer subobjects that contain not null HyperlinkClick. With given IHyperlinkContainer object you can manage its hyperlink (read, update or remove). See IHyperlinkContainer interface.

Returns

All IHyperlinkContainer subobjects that contain not null HyperlinkClick

def get_hyperlink_clicks(self):
    ...

See Also