|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xwpf.usermodel.AbstractXWPFSDT
org.apache.poi.xwpf.usermodel.XWPFSDTCell
public class XWPFSDTCell
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)
|
Method Summary | |
---|---|
ISDTContent |
getContent()
|
Methods inherited from class org.apache.poi.xwpf.usermodel.AbstractXWPFSDT |
---|
getBody, getDocument, getElementType, getPart, getPartType, getTag, getTitle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XWPFSDTCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtCell sdtCell, XWPFTableRow xwpfTableRow, IBody part)
Method Detail |
---|
public ISDTContent getContent()
getContent
in class AbstractXWPFSDT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |