Class XpsElement
Class XpsElement
Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)
Třída, která encapsuluje společné vlastnosti XPS elementů.
public abstract class XpsElement : XpsObject, IEnumerable<xpscontentelement>, IEnumerable
Dědičnost
object ← XpsObject ← XpsElement
Odvozené
Implementuje
IEnumerable<xpscontentelement>, IEnumerable
Děděné členy
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Vlastnosti
Count
Vrací počet podřízených elementů.
public int Count { get; }
Hodnota vlastnosti
this[int]
Poskytuje přístup k dětem elementu podle indexu i
.
public XpsContentElement this[int i] { get; }
Hodnota vlastnosti
Metody
GetEnumerator()
Implementace rozhraní System.Collections.Generic.IEnumerable`1.
public IEnumerator<xpscontentelement> GetEnumerator()
Vrací
IEnumerator<XpsContentElement>
Vrací enumerátor pro seznam.