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