Class XpsElement

Class XpsElement

이름 공간 : Aspose.Page.XPS.XpsModel 모임: Aspose.Page.dll (25.4.0)

일반적인 XPS 요소 기능을 포함하는 클래스.

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

Inheritance

object XpsObject XpsElement

Derived

XpsHyperlinkElement , XpsPage

Implements

IEnumerable , IEnumerable

상속 회원들

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

Properties

Count

어린이 요소의 숫자를 반환합니다.

public int Count { get; }

부동산 가치

int

이것이[이트]

i"를 통해 요소의 아이들에게 액세스를 제공합니다.

public XpsContentElement this[int i] { get; }

부동산 가치

XpsContentElement

Methods

GetEnumerator()

System.Collections.Generic.IEnumerable`1 인터페이스의 구현.

public IEnumerator<xpscontentelement> GetEnumerator()

Returns

IEnumerator &lt에 대한 정보 XpsContentElement >

목록에 대한 숫자를 반환합니다.

 한국어