Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks method

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)
ParameterTypeالوصف
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)
Parameterالوصف
Tنوع كائن هدف الارتباط.
ParameterTypeالوصف
documentSystem::SharedPtr<XpsDocument>مستند XPS.

ReturnValue

المجموعة التي تحتوي على عناصر XPS المرتبطة بروابط.

انظر أيضًا