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 तत्वों को शामिल करने वाला संग्रह।

संबंधित देखें