public class TableModelRow extends Object
Constructor and Description |
---|
TableModelRow(Tr tr) |
Modifier and Type | Method and Description |
---|---|
void |
add(TableModelCell newCell) |
TableModelCell |
get(int i) |
List<TableModelCell> |
getRowContents() |
TrPr |
getRowProperties() |
CTTblPrEx |
getRowPropertiesExceptions() |
int |
size() |
public TableModelRow(Tr tr)
public TrPr getRowProperties()
public CTTblPrEx getRowPropertiesExceptions()
public List<TableModelCell> getRowContents()
public void add(TableModelCell newCell)
public TableModelCell get(int i)
public int size()
Copyright © 2007-2019. All Rights Reserved.