public class TableRowNode extends HierarchyNode<ExtendedGuid>
The table row node.
Constructor and Description |
---|
TableRowNode(ExtendedGuid nodeId)
Initializes a new instance of the
TableRowNode class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
The equals.
|
ElementChildNodesOfTableRow |
getElementChildNodes()
Gets the element child nodes.
|
com.aspose.ms.System.DateTime |
getLastModifiedTime()
Gets when the image was last changed.
|
int |
hashCode()
The get hash code.
|
boolean |
isConflictObjectForRender()
Gets whether the embedded file is displayed as a conflict object.
|
boolean |
isConflictObjectForSelection()
Gets whether the embedded file is a conflict object (section 2.1.1) that can be selected.
|
static boolean |
op_Equality(TableRowNode left,
TableRowNode right)
The ==.
|
static boolean |
op_Inequality(TableRowNode left,
TableRowNode right)
The !=.
|
void |
setConflictObjectForRender(boolean value)
Gets whether the embedded file is displayed as a conflict object.
|
void |
setConflictObjectForSelection(boolean value)
Gets whether the embedded file is a conflict object (section 2.1.1) that can be selected.
|
void |
setLastModifiedTime(com.aspose.ms.System.DateTime value)
Gets when the image was last changed.
|
getNodeId, getType
public TableRowNode(ExtendedGuid nodeId)
Initializes a new instance of the TableRowNode
class.
nodeId
- The node id.public com.aspose.ms.System.DateTime getLastModifiedTime()
Gets when the image was last changed.
public void setLastModifiedTime(com.aspose.ms.System.DateTime value)
Gets when the image was last changed.
public boolean isConflictObjectForRender()
Gets whether the embedded file is displayed as a conflict object.
public void setConflictObjectForRender(boolean value)
Gets whether the embedded file is displayed as a conflict object.
public boolean isConflictObjectForSelection()
Gets whether the embedded file is a conflict object (section 2.1.1) that can be selected.
public void setConflictObjectForSelection(boolean value)
Gets whether the embedded file is a conflict object (section 2.1.1) that can be selected.
public ElementChildNodesOfTableRow getElementChildNodes()
Gets the element child nodes.
public boolean equals(Object obj)
The equals.
public int hashCode()
The get hash code.
public static boolean op_Equality(TableRowNode left, TableRowNode right)
The ==.
left
- The left.right
- The right.public static boolean op_Inequality(TableRowNode left, TableRowNode right)
The !=.
left
- The left.right
- The right.Copyright (c) 2016 Aspose. All Rights Reserved.