Class XpsElement

Class XpsElement

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

Class שמקיף תכונות של אלמנטים נפוצים ב-XPS.

public abstract class XpsElement : XpsObject, IEnumerable<xpscontentelement>, IEnumerable

ירושה

objectXpsObjectXpsElement

נגזרות

XpsHyperlinkElement, XpsPage

מיישם

IEnumerable<xpscontentelement>, IEnumerable

חברים שהורשו

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

Properties

Count

מחזיר את מספר האלמנטים הילדיים.

public int Count { get; }

ערך נכס

int

this[int]

מספק גישה לילדים של האלמנט לפי אינדקס i.

public XpsContentElement this[int i] { get; }

ערך נכס

XpsContentElement

Methods

GetEnumerator()

יישום של ממשק System.Collections.Generic.IEnumerable`1.

public IEnumerator<xpscontentelement> GetEnumerator()

מחזיר

IEnumerator<XpsContentElement&gt;

מחזיר Enumerator לרשימה.

 Ελληνικά