Class XpsElement
Class XpsElement
Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)
Ortak XPS öğesi özelliklerini kapsayan sınıf.
public abstract class XpsElement : XpsObject, IEnumerable<xpscontentelement>, IEnumerable
Miras
object ← XpsObject ← XpsElement
Türetilmiş
Uygulamalar
IEnumerable<xpscontentelement>, IEnumerable
Miras Alınan Üyeler
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Özellikler
Count
Alt öğelerin sayısını döndürür.
public int Count { get; }
Özellik Değeri
this[int]
Öğenin çocuklarına i
indeksi ile erişim sağlar.
public XpsContentElement this[int i] { get; }
Özellik Değeri
Metotlar
GetEnumerator()
System.Collections.Generic.IEnumerable`1 arayüzünün uygulanması.
public IEnumerator<xpscontentelement> GetEnumerator()
Döndürür
IEnumerator<XpsContentElement>
Liste için enumerator döndürür.