public class TableNode extends HierarchyNode<ExtendedGuid>
The table node.
Constructor and Description |
---|
TableNode(ExtendedGuid nodeId)
Initializes a new instance of the
TableNode class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
The equals.
|
int |
getColumnCount()
Gets the number of columns in the table.
|
ElementChildNodesOfTable |
getElementChildNodes()
Gets the element child nodes.
|
com.aspose.ms.System.DateTime |
getLastModifiedTime()
Gets when the image was last changed.
|
LayoutAlignment |
getLayoutAlignmentInParent()
Gets the alignment of the table.
|
LayoutAlignment |
getLayoutAlignmentSelf()
Gets the alignment of the table and its cells.
|
com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> |
getNoteTagStates()
Gets the note tags set on the table.
|
int |
getRowCount()
Gets the number of rows in the table.
|
boolean |
getTableBordersVisible()
Gets whether to display borders in the table.
|
TableColumnsLocked |
getTableColumnsLocked()
Gets which columns in the table have a locked width.
|
TableColumnWidths |
getTableColumnWidths()
Gets the width of each column in the table.
|
int |
hashCode()
The get hash code.
|
boolean |
isConflictObjectForRender()
Gets whether the table is displayed as a conflict object.
|
static boolean |
op_Equality(TableNode left,
TableNode right)
The ==.
|
static boolean |
op_Inequality(TableNode left,
TableNode right)
The !=.
|
void |
setColumnCount(int value)
Gets the number of columns in the table.
|
void |
setConflictObjectForRender(boolean value)
Gets whether the table is displayed as a conflict object.
|
void |
setLastModifiedTime(com.aspose.ms.System.DateTime value)
Gets when the image was last changed.
|
void |
setLayoutAlignmentInParent(LayoutAlignment value)
Gets the alignment of the table.
|
void |
setLayoutAlignmentSelf(LayoutAlignment value)
Gets the alignment of the table and its cells.
|
void |
setNoteTagStates(com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> value)
Gets the note tags set on the table.
|
void |
setRowCount(int value)
Gets the number of rows in the table.
|
void |
setTableBordersVisible(boolean value)
Gets whether to display borders in the table.
|
void |
setTableColumnsLocked(TableColumnsLocked value)
Gets which columns in the table have a locked width.
|
void |
setTableColumnWidths(TableColumnWidths value)
Gets the width of each column in the table.
|
getNodeId, getType
public TableNode(ExtendedGuid nodeId)
Initializes a new instance of the TableNode
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 ElementChildNodesOfTable getElementChildNodes()
Gets the element child nodes.
public int getRowCount()
Gets the number of rows in the table.
public void setRowCount(int value)
Gets the number of rows in the table.
public int getColumnCount()
Gets the number of columns in the table.
public void setColumnCount(int value)
Gets the number of columns in the table.
public TableColumnsLocked getTableColumnsLocked()
Gets which columns in the table have a locked width.
public void setTableColumnsLocked(TableColumnsLocked value)
Gets which columns in the table have a locked width.
public TableColumnWidths getTableColumnWidths()
Gets the width of each column in the table.
public void setTableColumnWidths(TableColumnWidths value)
Gets the width of each column in the table.
public boolean getTableBordersVisible()
Gets whether to display borders in the table.
public void setTableBordersVisible(boolean value)
Gets whether to display borders in the table.
public boolean isConflictObjectForRender()
Gets whether the table is displayed as a conflict object.
public void setConflictObjectForRender(boolean value)
Gets whether the table is displayed as a conflict object.
public LayoutAlignment getLayoutAlignmentInParent()
Gets the alignment of the table.
public void setLayoutAlignmentInParent(LayoutAlignment value)
Gets the alignment of the table.
public LayoutAlignment getLayoutAlignmentSelf()
Gets the alignment of the table and its cells.
public void setLayoutAlignmentSelf(LayoutAlignment value)
Gets the alignment of the table and its cells.
public com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> getNoteTagStates()
Gets the note tags set on the table.
public void setNoteTagStates(com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> value)
Gets the note tags set on the table.
public boolean equals(Object obj)
The equals.
public int hashCode()
The get hash code.
public static boolean op_Equality(TableNode left, TableNode right)
The ==.
left
- The left.right
- The right.Copyright (c) 2017 Aspose. All Rights Reserved.