Package org.apache.poi.xwpf.usermodel
Class XWPFSDTCell
- java.lang.Object
 - 
- org.apache.poi.xwpf.usermodel.XWPFAbstractSDT
 - 
- org.apache.poi.xwpf.usermodel.XWPFSDTCell
 
 
 
- 
- All Implemented Interfaces:
 ICell,ISDTContents
public class XWPFSDTCell extends XWPFAbstractSDT implements ICell
Experimental class to offer rudimentary read-only processing of of StructuredDocumentTags/ContentControl that can appear in a table row as if a table cell.These can contain one or more cells or other SDTs within them.
WARNING - APIs expected to change rapidly
 
- 
- 
Constructor Summary
Constructors Constructor Description XWPFSDTCell(CTSdtCell sdtCell, XWPFTableRow xwpfTableRow, IBody part) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISDTContentgetContent()- 
Methods inherited from class org.apache.poi.xwpf.usermodel.XWPFAbstractSDT
getBody, getDocument, getElementType, getPart, getPartType, getTag, getTitle 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
XWPFSDTCell
public XWPFSDTCell(CTSdtCell sdtCell, XWPFTableRow xwpfTableRow, IBody part)
 
 - 
 
- 
Method Detail
- 
getContent
public ISDTContent getContent()
- Specified by:
 getContentin classXWPFAbstractSDT- Returns:
 - the content object
 
 
 - 
 
 -