org.apache.poi.xwpf.usermodel
public class XWPFSDTCell extends AbstractXWPFSDT implements ICell
These can contain one or more cells or other SDTs within them. WARNING - APIs expected to change rapidly
| Constructor and Description |
|---|
XWPFSDTCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtCell sdtCell,
XWPFTableRow xwpfTableRow,
IBody part) |
| Modifier and Type | Method and Description |
|---|---|
ISDTContent |
getContent() |
getBody, getDocument, getElementType, getPart, getPartType, getTag, getTitlepublic XWPFSDTCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtCell sdtCell,
XWPFTableRow xwpfTableRow,
IBody part)
public ISDTContent getContent()
getContent in class AbstractXWPFSDT