Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml |
Modifier and Type | Method and Description |
---|---|
WmlTableCell |
WmlTableRow.addCell()
Generates a new table cell.
|
WmlTableCell |
WmlTableRow.addCell(String inContent)
Generates a new table cell.
|
WmlTableCell |
WmlTableRow.addCell(WmlParagraph inParagraph)
Generates a new table cell.
|
WmlTableCell |
WmlTableCell.setCellProperties(WmlTableCellProperties inValue) |
Modifier and Type | Method and Description |
---|---|
List<WmlTableCell> |
WmlTableRow.getCells()
Returns the row cells.
|
jataylor@hairyfatguy.com