ElementList

遗产: java.lang.Object

所有已实现的接口: com.aspose.ms.System.Collections.Generic.IGenericEnumerable

public abstract class ElementList implements System.Collections.Generic.IGenericEnumerable<Element>

表示有序的元素集合。

方法

方法描述
addElement(Element element)
addElement(Element element, boolean updatePdfDictionary)
equals(Object arg0)
getClass()
getCount()获取 ElementList 中的元素数。
get_Item(int index)
hashCode()
item(int index)检索给定索引处的元素。
iterator()获取循环访问元素集合的枚举器。
notify()
notifyAll()
removeElement(Element element)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

addElement(Element element)

public void addElement(Element element)

参数:

范围类型描述
elementElement

addElement(Element element, boolean updatePdfDictionary)

public abstract void addElement(Element element, boolean updatePdfDictionary)

参数:

范围类型描述
elementElement
updatePdfDictionaryboolean

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getCount()

public abstract int getCount()

获取 ElementList 中的元素数。

退货: int - 整数值

get_Item(int index)

public Element get_Item(int index)

参数:

范围类型描述
indexint

退货: Element

hashCode()

public native int hashCode()

退货: 整数

item(int index)

public abstract Element item(int index)

检索给定索引处的元素。

参数:

范围类型描述
indexint元素列表的索引。

退货: Element - 在集合中具有指定索引的 /Aspose.Pdf.LogicalStructure.Element。如果索引大于或等于列表中的元素数,则返回 null。

iterator()

public abstract System.Collections.Generic.IGenericEnumerator<Element> iterator()

获取循环访问元素集合的枚举器。

退货: com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.pdf.tagged.logicalstructure.elements.Element> - 用于遍历元素集合的枚举器。

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

removeElement(Element element)

public abstract void removeElement(Element element)

参数:

范围类型描述
elementElement

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int