Class XpsElement
Class XpsElement
Pôvodný názov: Aspose.Page.XPS.XpsModel Zhromaždenie: Aspose.Page.dll (25.4.0)
Trieda inkapsuluje bežné funkcie XPS prvku.
public abstract class XpsElement : XpsObject, IEnumerable<xpscontentelement>, IEnumerable
Inheritance
object ← XpsObject ← XpsElement
Derived
Implements
Z dedičných členov
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Count
Vráti sa počet detských prvkov.
public int Count { get; }
Hodnota nehnuteľnosti
Toto[int]
Poskytuje prístup k deťom prvku indexom i'.
public XpsContentElement this[int i] { get; }
Hodnota nehnuteľnosti
Methods
GetEnumerator()
Vykonávanie rozhrania System.Collections.Generic.IEnumerable`1.
public IEnumerator<xpscontentelement> GetEnumerator()
Returns
IEnumerator < XpsContentElement >
Vráťte číslo na zoznam.