Class HyperlinkCollector

Class HyperlinkCollector

名称: Aspose.Page.XPS.Features 合計: Aspose.Page.dll (25.4.0)

クラスは、XPS ドキュメントの現在のページからハイパーリンクされた XPS 要素を収集します。

public static class HyperlinkCollector

Inheritance

object HyperlinkCollector

相続人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Methods

CollectHyperlinks(XpsDocument)

すべてのタイプのハイパーリンクを含むXPS要素を収集します。

public static ICollection<xpshyperlinkelement> CollectHyperlinks(XpsDocument document)

Parameters

document XpsDocument

XPS ドキュメント

Returns

ICollection < XpsHyperlinkElement >

ハイパーリンクされたXPS要素を含むコレクション。

コレクションハイパーリンク(XpsDocument)

XPS 要素を特定のタイプのハイパーリンクで収集します。

public static ICollection<xpshyperlinkelement> CollectHyperlinks<t>(XpsDocument document) where T : XpsHyperlinkTarget

Parameters

document XpsDocument

XPS ドキュメント

Returns

ICollection < XpsHyperlinkElement >

ハイパーリンクされたXPS要素を含むコレクション。

タイプパラメーター

T

ハイパーリンクターゲットオブジェクトの種類

 日本語