ElementListImplementation

遗产: java.lang.Object, com.aspose.pdf.tagged.logicalstructure.ElementList

public class ElementListImplementation extends ElementList

构造函数

构造函数描述
ElementListImplementation(Element owner)

方法

方法描述
getCount()
item(int index)
iterator()
addElement(Element element, boolean updatePdfDictionary)
removeElement(Element element)

ElementListImplementation(Element owner)

public ElementListImplementation(Element owner)

参数:

范围类型描述
ownerElement

getCount()

public int getCount()

获取 ElementList 中的元素数。

退货: 整数

item(int index)

public Element item(int index)

检索给定索引处的元素。

参数:

范围类型描述
indexint

退货: Element

iterator()

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

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

退货: com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.pdf.tagged.logicalstructure.elements.Element>

addElement(Element element, boolean updatePdfDictionary)

public void addElement(Element element, boolean updatePdfDictionary)

参数:

范围类型描述
elementElement
updatePdfDictionaryboolean

removeElement(Element element)

public void removeElement(Element element)

参数:

范围类型描述
elementElement