Package org.apache.poi.xwpf.usermodel
Class XWPFSDTContentCell
java.lang.Object
org.apache.poi.xwpf.usermodel.XWPFSDTContentCell
- All Implemented Interfaces:
ISDTContent
Experimental class to offer rudimentary read-only processing of
of the XWPFSDTCellContent.
WARNING - APIs expected to change rapidly
-
Constructor Summary
ConstructorsConstructorDescriptionXWPFSDTContentCell
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentCell sdtContentCell, XWPFTableRow xwpfTableRow, IBody part) -
Method Summary
-
Constructor Details
-
XWPFSDTContentCell
public XWPFSDTContentCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentCell sdtContentCell, XWPFTableRow xwpfTableRow, IBody part)
-
-
Method Details
-
getText
- Specified by:
getText
in interfaceISDTContent
-
toString
- Specified by:
toString
in interfaceISDTContent
- Overrides:
toString
in classObject
-