org.apache.poi.xwpf.usermodel
Class XWPFSDTCell
java.lang.Object
org.apache.poi.xwpf.usermodel.AbstractXWPFSDT
org.apache.poi.xwpf.usermodel.XWPFSDTCell
- All Implemented Interfaces:
- ICell, ISDTContents
public class XWPFSDTCell
- extends AbstractXWPFSDT
- 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 |
XWPFSDTCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtCell sdtCell,
XWPFTableRow xwpfTableRow,
IBody part)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XWPFSDTCell
public XWPFSDTCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtCell sdtCell,
XWPFTableRow xwpfTableRow,
IBody part)
getContent
public ISDTContent getContent()
- Specified by:
getContent
in class AbstractXWPFSDT
- Returns:
- the content object
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.