|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xwpf.usermodel.XWPFTableRow
public class XWPFTableRow
Constructor Summary | |
---|---|
XWPFTableRow(CTRow row)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XWPFTableRow(CTRow row)
Method Detail |
---|
@Internal public CTRow getCtRow()
public XWPFTableCell createCell()
public XWPFTableCell getCell(int pos)
public void setHeight(int height)
height
- public int getHeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |