Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks Methode

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

Sammelt XPS-Elemente mit Hyperlinks aller Typen.

static System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<XpsModel::XpsHyperlinkElement>>> Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument> document)
ParameterTypBeschreibung
documentSystem::SharedPtr<XpsDocument>Das XPS-Dokument.

ReturnValue

Die Sammlung, die hyperverknüpfte XPS-Elemente enthält.

Siehe auch

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

Sammelt XPS-Elemente mit Hyperlinks eines bestimmten Typs.

template<typename T> static System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<XpsModel::XpsHyperlinkElement>>> Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument> document)
ParameterBeschreibung
TDer Typ des Hyperlink-Zielobjekts.
ParameterTypBeschreibung
documentSystem::SharedPtr<XpsDocument>Das XPS-Dokument.

ReturnValue

Die Sammlung, die hyperverknüpfte XPS-Elemente enthält.

Siehe auch