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