org.apache.poi.xwpf.usermodel
Class XWPFSDTContentCell

java.lang.Object
  extended by 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
XWPFSDTContentCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentCell sdtContentCell, XWPFTableRow xwpfTableRow, IBody part)
           
 
Method Summary
 java.lang.String getText()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XWPFSDTContentCell

public XWPFSDTContentCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentCell sdtContentCell,
                          XWPFTableRow xwpfTableRow,
                          IBody part)
Method Detail

getText

public java.lang.String getText()
Specified by:
getText in interface ISDTContent

toString

public java.lang.String toString()
Specified by:
toString in interface ISDTContent
Overrides:
toString in class java.lang.Object