Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks méthode

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

Collecte les éléments XPS avec des hyperliens de tous les types.

static System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<XpsModel::XpsHyperlinkElement>>> Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument> document)
ParamètreTypeDescription
documentSystem::SharedPtr<XpsDocument>Le document XPS.

ReturnValue

La collection contenant des éléments XPS hyperliés.

Voir aussi

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

Collecte les éléments XPS avec des hyperliens d’un certain 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)
ParamètreDescription
TLe type de l’objet cible de l’hyperlien.
ParamètreTypeDescription
documentSystem::SharedPtr<XpsDocument>Le document XPS.

ReturnValue

La collection contenant des éléments XPS hyperliés.

Voir aussi