HyperlinkCollector.CollectHyperlinks
CollectHyperlinks(XpsDocument)
すべての種類のハイパーリンクを含む XPS 要素を収集します。
public static ICollection<XpsHyperlinkElement> CollectHyperlinks(XpsDocument document)
パラメータ | タイプ | 説明 |
---|---|---|
document | XpsDocument | XPS ドキュメント。 |
戻り値
ハイパーリンクされた XPS 要素を含むコレクション。
関連項目
- class XpsHyperlinkElement
- class XpsDocument
- class HyperlinkCollector
- 名前空間 Aspose.Page.XPS.Features
- 組み立て Aspose.Page
CollectHyperlinks<T>(XpsDocument)
特定の種類のハイパーリンクを含む XPS 要素を収集します。
public static ICollection<XpsHyperlinkElement> CollectHyperlinks<T>(XpsDocument document)
where T : XpsHyperlinkTarget
パラメータ | 説明 |
---|---|
T | ハイパーリンク ターゲット オブジェクトの型。 |
document | XPS ドキュメント。 |
戻り値
ハイパーリンクされた XPS 要素を含むコレクション。
関連項目
- class XpsHyperlinkElement
- class XpsDocument
- class XpsHyperlinkTarget
- class HyperlinkCollector
- 名前空間 Aspose.Page.XPS.Features
- 組み立て Aspose.Page