public class ElementChildNodesOfTable extends Object implements com.aspose.ms.System.Collections.Generic.IGenericEnumerable<TableRowNode>
The element child nodes of table.
Constructor and Description |
---|
ElementChildNodesOfTable() |
Modifier and Type | Method and Description |
---|---|
void |
add(TableRowNode item)
The add.
|
boolean |
equals(Object obj)
The equals.
|
TableRowNode |
get_Item(int i)
The this.
|
int |
getCount()
Gets the count.
|
int |
hashCode()
The get hash code.
|
com.aspose.ms.System.Collections.IEnumerator |
iterator_Rename_Namesake()
The get enumerator.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<TableRowNode> |
iterator()
The get enumerator.
|
static boolean |
op_Equality(ElementChildNodesOfTable left,
ElementChildNodesOfTable right)
The ==.
|
static boolean |
op_Inequality(ElementChildNodesOfTable left,
ElementChildNodesOfTable right)
The !=.
|
getClass, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public void add(TableRowNode item)
The add.
item
- The item.public TableRowNode get_Item(int i)
The this.
i
- The i.TableRowNode
.public int getCount()
Gets the count.
public com.aspose.ms.System.Collections.IEnumerator iterator_Rename_Namesake()
The get enumerator.
IEnumerator
.public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<TableRowNode> iterator()
The get enumerator.
iterator
in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<TableRowNode>
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<TableRowNode>
iterator
in interface Iterable<TableRowNode>
IEnumerator
.public boolean equals(Object obj)
The equals.
public int hashCode()
The get hash code.
public static boolean op_Equality(ElementChildNodesOfTable left, ElementChildNodesOfTable right)
The ==.
left
- The left.right
- The right.public static boolean op_Inequality(ElementChildNodesOfTable left, ElementChildNodesOfTable right)
The !=.
left
- The left.right
- The right.Copyright (c) 2016 Aspose. All Rights Reserved.