Class TableModelRow

java.lang.Object
org.docx4j.model.table.TableModelRow

public class TableModelRow extends Object
This class introduced so we have somewhere to store trPr.
Author:
jharrop
  • Constructor Details

    • TableModelRow

      public TableModelRow(Tr tr)
  • Method Details

    • getRowProperties

      public TrPr getRowProperties()
    • getRowPropertiesExceptions

      public CTTblPrEx getRowPropertiesExceptions()
    • getRowContents

      public List<TableModelCell> getRowContents()
    • add

      public void add(TableModelCell newCell)
    • get

      public TableModelCell get(int i)
    • size

      public int size()