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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| document | System::SharedPtr<XpsDocument> | Das XPS-Dokument. |
ReturnValue
Die Sammlung, die hyperverknüpfte XPS-Elemente enthält.
Siehe auch
- Typedef SharedPtr
- Class ICollection
- Class XpsHyperlinkElement
- Class XpsDocument
- Class HyperlinkCollector
- Namespace Aspose::Page::XPS::Features
- Library Aspose.Page for C++
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)
| Parameter | Beschreibung |
|---|---|
| T | Der Typ des Hyperlink-Zielobjekts. |
| Parameter | Typ | Beschreibung |
|---|---|---|
| document | System::SharedPtr<XpsDocument> | Das XPS-Dokument. |
ReturnValue
Die Sammlung, die hyperverknüpfte XPS-Elemente enthält.
Siehe auch
- Typedef SharedPtr
- Class ICollection
- Class XpsHyperlinkElement
- Class XpsDocument
- Class HyperlinkCollector
- Namespace Aspose::Page::XPS::Features
- Library Aspose.Page for C++