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,
hashCode
public TableCellCoordinates(org.docx4j.wml.Tc cell, int index, TableRowCoordinates parentTableRowCoordinates)
public int getIndex()
public String toString()
toString
in
class AbstractCoordinates
public org.docx4j.wml.Tc getCell()
public TableRowCoordinates getParentTableRowCoordinates()
Copyright © 2016. All rights reserved.