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

نوع كائن هدف الرابط.

 عربي