Package org.apache.poi.xwpf.usermodel
Class XWPFSDTContentCell
- java.lang.Object
 - 
- org.apache.poi.xwpf.usermodel.XWPFSDTContentCell
 
 
- 
- All Implemented Interfaces:
 ISDTContent
public class XWPFSDTContentCell extends java.lang.Object implements ISDTContent
Experimental class to offer rudimentary read-only processing of of the XWPFSDTCellContent.WARNING - APIs expected to change rapidly
 
- 
- 
Constructor Summary
Constructors Constructor Description XWPFSDTContentCell(CTSdtContentCell sdtContentCell, XWPFTableRow xwpfTableRow, IBody part) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetText()java.lang.StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
XWPFSDTContentCell
public XWPFSDTContentCell(CTSdtContentCell sdtContentCell, XWPFTableRow xwpfTableRow, IBody part)
 
 - 
 
- 
Method Detail
- 
getText
public java.lang.String getText()
- Specified by:
 getTextin interfaceISDTContent
 
- 
toString
public java.lang.String toString()
- Specified by:
 toStringin interfaceISDTContent- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -