Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks methode
inhoud
[
verbergen
]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)
| Parameter | Type | Beschrijving |
|---|---|---|
| document | System::SharedPtr<XpsDocument> | Het XPS document. |
ReturnValue
De collectie die hyperlinked XPS elementen bevat.
Zie ook
- 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
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)
| Parameter | Beschrijving |
|---|---|
| T | Het type van het hyperlinkdoelobject. |
| Parameter | Type | Beschrijving |
|---|---|---|
| document | System::SharedPtr<XpsDocument> | Het XPS document. |
ReturnValue
De collectie die hyperlinked XPS elementen bevat.
Zie ook
- Typedef SharedPtr
- Class ICollection
- Class XpsHyperlinkElement
- Class XpsDocument
- Class HyperlinkCollector
- Namespace Aspose::Page::XPS::Features
- Library Aspose.Page for C++