GetHyperlinkClicks()

IHyperlinkQueries::GetHyperlinkClicks() method

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.

virtual System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<IHyperlinkContainer>>> Aspose::Slides::IHyperlinkQueries::GetHyperlinkClicks()=0

Return Value

All IHyperlinkContainer subobjects that contain not null HyperlinkClick

See Also