Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks metod
HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument>) method
Samlar in XPS‑element med hyperlänkar av alla typer.
static System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<XpsModel::XpsHyperlinkElement>>> Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument> document)
| Parameter | Type | Beskrivning |
|---|---|---|
| document | System::SharedPtr<XpsDocument> | Det XPS‑dokumentet. |
ReturnValue
Samlingen som innehåller hyperlänkade XPS‑element.
Se även
- 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
Samlar in XPS‑element med hyperlänkar av en viss typ.
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 | Beskrivning |
|---|---|
| T | Typen av hyperlänkmålets objekt. |
| Parameter | Type | Beskrivning |
|---|---|---|
| document | System::SharedPtr<XpsDocument> | Det XPS‑dokumentet. |
ReturnValue
Samlingen som innehåller hyperlänkade XPS‑element.
Se även
- Typedef SharedPtr
- Class ICollection
- Class XpsHyperlinkElement
- Class XpsDocument
- Class HyperlinkCollector
- Namespace Aspose::Page::XPS::Features
- Library Aspose.Page for C++