org.apache.poi.xwpf.usermodel
public class XWPFTableCell extends java.lang.Object
Constructor and Description |
---|
XWPFTableCell(CTTc cell)
If a table cell does not include at least one block-level element, then this document shall be considered corrupt
|
Modifier and Type | Method and Description |
---|---|
CTTc |
getCTTc() |
XWPFParagraph |
getParagraph() |
java.lang.String |
getText() |
void |
setParagraph(XWPFParagraph p) |
void |
setText(java.lang.String text) |
public XWPFTableCell(CTTc cell)
@Internal public CTTc getCTTc()
public void setParagraph(XWPFParagraph p)
public XWPFParagraph getParagraph()
public void setText(java.lang.String text)
public java.lang.String getText()
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.