public class TableCellCoordinates extends AbstractCoordinates
| Constructor and Description |
|---|
TableCellCoordinates(org.docx4j.wml.Tc cell,
int index,
TableRowCoordinates parentTableRowCoordinates) |
| Modifier and Type | Method and Description |
|---|---|
org.docx4j.wml.Tc |
getCell() |
int |
getIndex() |
TableRowCoordinates |
getParentTableRowCoordinates() |
String |
toString() |
equals, hashCodepublic TableCellCoordinates(org.docx4j.wml.Tc cell,
int index,
TableRowCoordinates parentTableRowCoordinates)
public int getIndex()
public String toString()
toString in class AbstractCoordinatespublic org.docx4j.wml.Tc getCell()
public TableRowCoordinates getParentTableRowCoordinates()
Copyright © 2017. All rights reserved.