Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks メソッド
HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument>) method
すべてのタイプのハイパーリンクを持つ XPS 要素を収集します
static System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<XpsModel::XpsHyperlinkElement>>> Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument> document)
| パラメーター | 型 | 説明 |
|---|---|---|
| document | System::SharedPtr<XpsDocument> | XPS ドキュメントです |
ReturnValue
ハイパーリンク付き XPS 要素を含むコレクションです
参照
- 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
特定のタイプのハイパーリンクを持つ XPS 要素を収集します
template<typename T> static System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<XpsModel::XpsHyperlinkElement>>> Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument> document)
| パラメーター | 説明 |
|---|---|
| T | ハイパーリンク対象オブジェクトのタイプです |
| パラメーター | 型 | 説明 |
|---|---|---|
| document | System::SharedPtr<XpsDocument> | XPS ドキュメントです |
ReturnValue
ハイパーリンク付き XPS 要素を含むコレクションです
参照
- Typedef SharedPtr
- Class ICollection
- Class XpsHyperlinkElement
- Class XpsDocument
- Class HyperlinkCollector
- Namespace Aspose::Page::XPS::Features
- Library Aspose.Page for C++