Class XpsElement
Class XpsElement
Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)
공통 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()
속성
Count
자식 요소의 수를 반환합니다.
public int Count { get; }
속성 값
this[int]
인덱스 i
를 통해 요소의 자식에 접근할 수 있습니다.
public XpsContentElement this[int i] { get; }
속성 값
메서드
GetEnumerator()
System.Collections.Generic.IEnumerable`1 인터페이스의 구현입니다.
public IEnumerator<xpscontentelement> GetEnumerator()
반환 값
IEnumerator<XpsContentElement>
목록에 대한 열거자를 반환합니다.