Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks methode

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

Verzamelt XPS elementen met hyperlinks van alle typen.

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

ReturnValue

De collectie die hyperlinked XPS elementen bevat.

Zie ook

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

Verzamelt XPS elementen met hyperlinks van een bepaald type.

template<typename T> static System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<XpsModel::XpsHyperlinkElement>>> Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument> document)
ParameterBeschrijving
THet type van het hyperlinkdoelobject.
ParameterTypeBeschrijving
documentSystem::SharedPtr<XpsDocument>Het XPS document.

ReturnValue

De collectie die hyperlinked XPS elementen bevat.

Zie ook