public class TableCellNode extends HierarchyNode<ExtendedGuid>
The table cell node.
Constructor and Description |
---|
TableCellNode(ExtendedGuid nodeId)
Initializes a new instance of the
TableCellNode class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
The equals.
|
com.aspose.ms.System.Drawing.Color |
getBackgroundColor()
Gets or sets the background color.
|
byte |
getBodyTextAlignment()
Gets alignment for body text in the table cell.
|
ElementChildNodesOfTableCell |
getElementChildNodes()
Gets the element child nodes.
|
boolean |
getEnforceOutlineStructure()
Gets indentation restrictions on outline elements in the table cell.
|
com.aspose.ms.System.DateTime |
getLastModifiedTime()
Gets when the image was last changed.
|
float |
getLayoutMaxWidth()
Gets the width of the table cell.
|
byte |
getOutlineElementChildLevel()
Gets the indentation level of all child nodes, relative to the table cell.
|
RgOutlineIndentDistance |
getRgOutlineIndentDistance()
Gets the indentation of each level in the outline.
|
int |
hashCode()
The get hash code.
|
boolean |
isConflictObjectForRender()
Gets whether the table cell is displayed as a conflict object.
|
boolean |
isConflictObjectForSelection()
Gets whether the table cell is a conflict object that can be selected.
|
boolean |
isReadOnly()
Gets whether the table cell is readonly.
|
static boolean |
op_Equality(TableCellNode left,
TableCellNode right)
The ==.
|
static boolean |
op_Inequality(TableCellNode left,
TableCellNode right)
The !=.
|
void |
setBackgroundColor(com.aspose.ms.System.Drawing.Color value)
Gets or sets the background color.
|
void |
setBodyTextAlignment(byte value)
Gets alignment for body text in the table cell.
|
void |
setConflictObjectForRender(boolean value)
Gets whether the table cell is displayed as a conflict object.
|
void |
setConflictObjectForSelection(boolean value)
Gets whether the table cell is a conflict object that can be selected.
|
void |
setEnforceOutlineStructure(boolean value)
Gets indentation restrictions on outline elements in the table cell.
|
void |
setLastModifiedTime(com.aspose.ms.System.DateTime value)
Gets when the image was last changed.
|
void |
setLayoutMaxWidth(float value)
Gets the width of the table cell.
|
void |
setOutlineElementChildLevel(byte value)
Gets the indentation level of all child nodes, relative to the table cell.
|
void |
setReadOnly(boolean value)
Gets whether the table cell is readonly.
|
void |
setRgOutlineIndentDistance(RgOutlineIndentDistance value)
Gets the indentation of each level in the outline.
|
getNodeId, getType
public TableCellNode(ExtendedGuid nodeId)
Initializes a new instance of the TableCellNode
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 ElementChildNodesOfTableCell getElementChildNodes()
Gets the element child nodes.
public boolean getEnforceOutlineStructure()
Gets indentation restrictions on outline elements in the table cell.
public void setEnforceOutlineStructure(boolean value)
Gets indentation restrictions on outline elements in the table cell.
public byte getOutlineElementChildLevel()
Gets the indentation level of all child nodes, relative to the table cell.
public void setOutlineElementChildLevel(byte value)
Gets the indentation level of all child nodes, relative to the table cell.
public float getLayoutMaxWidth()
Gets the width of the table cell.
public void setLayoutMaxWidth(float value)
Gets the width of the table cell.
public RgOutlineIndentDistance getRgOutlineIndentDistance()
Gets the indentation of each level in the outline.
public void setRgOutlineIndentDistance(RgOutlineIndentDistance value)
Gets the indentation of each level in the outline.
public byte getBodyTextAlignment()
Gets alignment for body text in the table cell.
public void setBodyTextAlignment(byte value)
Gets alignment for body text in the table cell.
public boolean isReadOnly()
Gets whether the table cell is readonly.
public void setReadOnly(boolean value)
Gets whether the table cell is readonly.
public boolean isConflictObjectForRender()
Gets whether the table cell is displayed as a conflict object.
public void setConflictObjectForRender(boolean value)
Gets whether the table cell is displayed as a conflict object.
public boolean isConflictObjectForSelection()
Gets whether the table cell is a conflict object that can be selected.
public void setConflictObjectForSelection(boolean value)
Gets whether the table cell is a conflict object that can be selected.
public com.aspose.ms.System.Drawing.Color getBackgroundColor()
Gets or sets the background color.
public void setBackgroundColor(com.aspose.ms.System.Drawing.Color value)
Gets or sets the background color.
public boolean equals(Object obj)
The equals.
public int hashCode()
The get hash code.
public static boolean op_Equality(TableCellNode left, TableCellNode right)
The ==.
left
- The left.right
- The right.public static boolean op_Inequality(TableCellNode left, TableCellNode right)
The !=.
left
- The left.right
- The right.Copyright (c) 2017 Aspose. All Rights Reserved.