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.String
getText()
java.lang.String
toString()
-
-
-
Constructor Detail
-
XWPFSDTContentCell
public XWPFSDTContentCell(CTSdtContentCell sdtContentCell, XWPFTableRow xwpfTableRow, IBody part)
-
-
Method Detail
-
getText
public java.lang.String getText()
- Specified by:
getText
in interfaceISDTContent
-
toString
public java.lang.String toString()
- Specified by:
toString
in interfaceISDTContent
- Overrides:
toString
in classjava.lang.Object
-
-