Class TableRowCoordinates

java.lang.Object
org.wickedsource.docxstamper.api.coordinates.AbstractCoordinates
org.wickedsource.docxstamper.api.coordinates.TableRowCoordinates

public class TableRowCoordinates extends AbstractCoordinates
  • Constructor Details

    • TableRowCoordinates

      public TableRowCoordinates(org.docx4j.wml.Tr row, int index, TableCoordinates parentTableCoordinates)
  • Method Details

    • getIndex

      public int getIndex()
    • toString

      public String toString()
      Specified by:
      toString in class AbstractCoordinates
    • getRow

      public org.docx4j.wml.Tr getRow()
    • getParentTableCoordinates

      public TableCoordinates getParentTableCoordinates()