Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks method

HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument>) method

Collects XPS elements with hyperlinks of all types.

static System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsHyperlinkElement>>> Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument> document)
ParameterTypeDescription
documentSystem::SharedPtr<XpsDocument>The XPS document.

ReturnValue

The collection containing hyperlinked XPS elements.

See Also

HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument>) method

Collects XPS elements with hyperlinks of a certain type.

template<typename T> static System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsHyperlinkElement>>> Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument> document)
ParameterDescription
TThe type of the hyperlink target object.
ParameterTypeDescription
documentSystem::SharedPtr<XpsDocument>The XPS document.

ReturnValue

The collection containing hyperlinked XPS elements.

See Also