Class HyperlinkCollector

Class HyperlinkCollector

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

המחלקה מספקת איסוף של אלמנטים XPS עם קישורים מהעמוד הנוכחי של מסמך XPS.

public static class HyperlinkCollector

ירושה

objectHyperlinkCollector

חברי ירושה

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

שיטות

CollectHyperlinks(XpsDocument)

אוסף אלמנטים XPS עם קישורים מכל הסוגים.

public static ICollection<xpshyperlinkelement> CollectHyperlinks(XpsDocument document)

פרמטרים

document XpsDocument

מסמך ה-XPS.

מחזיר

ICollection<XpsHyperlinkElement&gt;

האוסף המכיל אלמנטים XPS עם קישורים.

CollectHyperlinks<t>(XpsDocument)

אוסף אלמנטים XPS עם קישורים מסוג מסוים.

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

פרמטרים

document XpsDocument

מסמך ה-XPS.

מחזיר

ICollection<XpsHyperlinkElement&gt;

האוסף המכיל אלמנטים XPS עם קישורים.

פרמטרי סוג

T

סוג אובייקט היעד של הקישור.

 Ελληνικά