Class HyperlinkCollector

Class HyperlinkCollector

Namespace: Aspose.Page.XPS.Features
Assembly: Aspose.Page.dll (25.1.2)

Sınıf, bir XPS belgesinin mevcut sayfasından bağlantılı XPS öğelerini toplar.

public static class HyperlinkCollector

Miras

objectHyperlinkCollector

Miras Alınan Üyeler

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

Yöntemler

CollectHyperlinks(XpsDocument)

Her türlü bağlantıya sahip XPS öğelerini toplar.

public static ICollection<xpshyperlinkelement> CollectHyperlinks(XpsDocument document)

Parametreler

document XpsDocument

XPS belgesi.

Dönüş Değeri

ICollection<XpsHyperlinkElement&gt;

Bağlantılı XPS öğelerini içeren koleksiyon.

CollectHyperlinks<t>(XpsDocument)

Belirli bir türdeki bağlantılara sahip XPS öğelerini toplar.

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

Parametreler

document XpsDocument

XPS belgesi.

Dönüş Değeri

ICollection<XpsHyperlinkElement&gt;

Bağlantılı XPS öğelerini içeren koleksiyon.

Tür Parametreleri

T

Bağlantı hedef nesnesinin türü. </t>

 Türkçe