Class XpsElement

Class XpsElement

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

Class incapsulating common XPS element features.

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

Inheritance

objectXpsObjectXpsElement

Derived

XpsHyperlinkElement, XpsPage

Implements

IEnumerable<xpscontentelement>, IEnumerable

Inherited Members

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

Properties

Count

Returns number of child elements.

public int Count { get; }

Property Value

int

this[int]

Provides access to element’s children by index i.

public XpsContentElement this[int i] { get; }

Property Value

XpsContentElement

Methods

GetEnumerator()

Implementation of System.Collections.Generic.IEnumerable`1 interface.

public IEnumerator<xpscontentelement> GetEnumerator()

Returns

IEnumerator<XpsContentElement&gt;

Returns enumerator for the list. </xpscontentelement>

 English