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
ירושה
object ← XpsObject ← XpsElement
נגזרות
מיישם
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; }
ערך נכס
this[int]
מספק גישה לילדים של האלמנט לפי אינדקס i
.
public XpsContentElement this[int i] { get; }
ערך נכס
Methods
GetEnumerator()
יישום של ממשק System.Collections.Generic.IEnumerable`1.
public IEnumerator<xpscontentelement> GetEnumerator()
מחזיר
IEnumerator<XpsContentElement>
מחזיר Enumerator לרשימה.