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)
パラメーター説明
documentSystem::SharedPtr<XpsDocument>XPS ドキュメントです

ReturnValue

ハイパーリンク付き XPS 要素を含むコレクションです

参照

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ハイパーリンク対象オブジェクトのタイプです
パラメーター説明
documentSystem::SharedPtr<XpsDocument>XPS ドキュメントです

ReturnValue

ハイパーリンク付き XPS 要素を含むコレクションです

参照