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)
매개변수형식설명
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 요소를 포함하는 컬렉션.

또 보기