Class TableRowCoordinates
java.lang.Object
org.wickedsource.docxstamper.api.coordinates.AbstractCoordinates
org.wickedsource.docxstamper.api.coordinates.TableRowCoordinates
-
Constructor Summary
ConstructorsConstructorDescriptionTableRowCoordinates(org.docx4j.wml.Tr row, int index, TableCoordinates parentTableCoordinates) -
Method Summary
Methods inherited from class org.wickedsource.docxstamper.api.coordinates.AbstractCoordinates
equals, hashCode
-
Constructor Details
-
TableRowCoordinates
public TableRowCoordinates(org.docx4j.wml.Tr row, int index, TableCoordinates parentTableCoordinates)
-
-
Method Details
-
getIndex
public int getIndex() -
toString
- Specified by:
toStringin classAbstractCoordinates
-
getRow
public org.docx4j.wml.Tr getRow() -
getParentTableCoordinates
-