public class XWPFSDTContentCell extends Object implements ISDTContent
WARNING - APIs expected to change rapidly
| Constructor and Description |
|---|
XWPFSDTContentCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentCell sdtContentCell,
XWPFTableRow xwpfTableRow,
IBody part) |
| Modifier and Type | Method and Description |
|---|---|
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentCell |
getCTSdtContentCell()
Return the underlying XML bean.
|
String |
getText() |
String |
toString() |
public XWPFSDTContentCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentCell sdtContentCell,
XWPFTableRow xwpfTableRow,
IBody part)
public String getText()
getText in interface ISDTContentpublic String toString()
toString in interface ISDTContenttoString in class Objectpublic org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentCell getCTSdtContentCell()