Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks method
Contents
[
Hide
]HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument>) method
Collects XPS elements with hyperlinks of all types.
static System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsHyperlinkElement>>> Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument> document)
Parameter | Type | Description |
---|---|---|
document | System::SharedPtr<XpsDocument> | The XPS document. |
ReturnValue
The collection containing hyperlinked XPS elements.
See Also
- 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
Collects XPS elements with hyperlinks of a certain type.
template<typename T> static System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsHyperlinkElement>>> Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument> document)
Parameter | Description |
---|---|
T | The type of the hyperlink target object. |
Parameter | Type | Description |
---|---|---|
document | System::SharedPtr<XpsDocument> | The XPS document. |
ReturnValue
The collection containing hyperlinked XPS elements.
See Also
- Typedef SharedPtr
- Class ICollection
- Class XpsHyperlinkElement
- Class XpsDocument
- Class HyperlinkCollector
- Namespace Aspose::Page::XPS::Features
- Library Aspose.Page for C++