Class TableCellCoordinates
- java.lang.Object
-
- org.wickedsource.docxstamper.api.coordinates.AbstractCoordinates
-
- org.wickedsource.docxstamper.api.coordinates.TableCellCoordinates
-
public class TableCellCoordinates extends AbstractCoordinates
-
-
Constructor Summary
Constructors Constructor Description TableCellCoordinates(org.docx4j.wml.Tc cell, int index, TableRowCoordinates parentTableRowCoordinates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.docx4j.wml.TcgetCell()intgetIndex()TableRowCoordinatesgetParentTableRowCoordinates()StringtoString()-
Methods inherited from class org.wickedsource.docxstamper.api.coordinates.AbstractCoordinates
equals, hashCode
-
-
-
-
Constructor Detail
-
TableCellCoordinates
public TableCellCoordinates(org.docx4j.wml.Tc cell, int index, TableRowCoordinates parentTableRowCoordinates)
-
-
Method Detail
-
getIndex
public int getIndex()
-
toString
public String toString()
- Specified by:
toStringin classAbstractCoordinates
-
getCell
public org.docx4j.wml.Tc getCell()
-
getParentTableRowCoordinates
public TableRowCoordinates getParentTableRowCoordinates()
-
-