Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks metodu

HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument>) method

Tüm tiplerdeki hiperlinklere sahip XPS öğelerini toplar.

static System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<XpsModel::XpsHyperlinkElement>>> Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument> document)
ParameterTypeAçıklama
documentSystem::SharedPtr<XpsDocument>XPS belgesi.

ReturnValue

Hiperlinkli XPS öğelerini içeren koleksiyon.

Ayrıca Bakınız

HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument>) method

Belirli bir tipteki hiperlinklere sahip XPS öğelerini toplar.

template<typename T> static System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<XpsModel::XpsHyperlinkElement>>> Aspose::Page::XPS::Features::HyperlinkCollector::CollectHyperlinks(System::SharedPtr<XpsDocument> document)
ParameterAçıklama
THiperlink hedef nesnesinin türü.
ParameterTypeAçıklama
documentSystem::SharedPtr<XpsDocument>XPS belgesi.

ReturnValue

Hiperlinkli XPS öğelerini içeren koleksiyon.

Ayrıca Bakınız