Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks metodo
Contenuti
[
Nascondere
]HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument>) method
Raccoglie elementi XPS con collegamenti ipertestuali di tutti i tipi.
static System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<XpsModel::XpsHyperlinkElement>>> Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument> document)
| Parametro | Tipo | Descrizione |
|---|---|---|
| document | System::SharedPtr<XpsDocument> | Il documento XPS. |
ReturnValue
La raccolta contenente elementi XPS con collegamenti ipertestuali.
Vedi anche
- 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
Raccoglie elementi XPS con collegamenti ipertestuali di un certo tipo.
template<typename T> static System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<XpsModel::XpsHyperlinkElement>>> Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument> document)
| Parametro | Descrizione |
|---|---|
| T | Il tipo dell’oggetto di destinazione del collegamento ipertestuale. |
| Parametro | Tipo | Descrizione |
|---|---|---|
| document | System::SharedPtr<XpsDocument> | Il documento XPS. |
ReturnValue
La raccolta contenente elementi XPS con collegamenti ipertestuali.
Vedi anche
- Typedef SharedPtr
- Class ICollection
- Class XpsHyperlinkElement
- Class XpsDocument
- Class HyperlinkCollector
- Namespace Aspose::Page::XPS::Features
- Library Aspose.Page for C++