org.apache.poi.xwpf.usermodel
public class XWPFTableRow extends java.lang.Object
Constructor and Description |
---|
XWPFTableRow(CTRow row) |
Modifier and Type | Method and Description |
---|---|
XWPFTableCell |
createCell() |
XWPFTableCell |
getCell(int pos) |
CTRow |
getCtRow() |
int |
getHeight()
This element specifies the height of the current table row within the
current table.
|
void |
setHeight(int height)
This element specifies the height of the current table row within the
current table.
|
@Internal public CTRow getCtRow()
public XWPFTableCell createCell()
public XWPFTableCell getCell(int pos)
public void setHeight(int height)
height
- public int getHeight()
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.