public class TableModelRow
extends java.lang.Object
| Constructor and Description |
|---|
TableModelRow(Tr tr) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(TableModelCell newCell) |
TableModelCell |
get(int i) |
java.util.List<TableModelCell> |
getRowContents() |
TrPr |
getRowProperties() |
CTTblPrEx |
getRowPropertiesExceptions() |
int |
size() |
public TableModelRow(Tr tr)
public TrPr getRowProperties()
public CTTblPrEx getRowPropertiesExceptions()
public java.util.List<TableModelCell> getRowContents()
public void add(TableModelCell newCell)
public TableModelCell get(int i)
public int size()
Copyright © 2007–2023. All rights reserved.