Class HyperlinkCollector
Class HyperlinkCollector
Nazwa przestrzeń: Aspose.Page.XPS.Features Zgromadzenie: Aspose.Page.dll (25.4.0)
Klasa zapewnia gromadzenie hiperlinkowanych elementów XPS z bieżącej strony dokumentu XPS.
public static class HyperlinkCollector
Inheritance
Dziedziczeni członkowie
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
CollectHyperlinks(XpsDocument)
Zbiera elementy XPS z hiperłączami wszystkich typów.
public static ICollection<xpshyperlinkelement> CollectHyperlinks(XpsDocument document)
Parameters
document
XpsDocument
dokumenty XPS.
Returns
ICollection • < XpsHyperlinkElement >
Kolekcja zawierająca hiperlinkowane elementy XPS.
Kolekcja hiperlinków(XpsDocument)
Zbiera elementy XPS z hiperlinkami określonego typu.
public static ICollection<xpshyperlinkelement> CollectHyperlinks<t>(XpsDocument document) where T : XpsHyperlinkTarget
Parameters
document
XpsDocument
dokumenty XPS.
Returns
ICollection • < XpsHyperlinkElement >
Kolekcja zawierająca hiperlinkowane elementy XPS.
Rodzaj parametrów
T
Typ obiektu docelowego hiperłącza.