org.apache.poi.xwpf.usermodel
Class XWPFTableCell
java.lang.Object
org.apache.poi.xwpf.usermodel.XWPFTableCell
public class XWPFTableCell
- extends java.lang.Object
Constructor Summary |
XWPFTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell)
If a table cell does not include at least one block-level element, then this document shall be considered corrupt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XWPFTableCell
public XWPFTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell)
- If a table cell does not include at least one block-level element, then this document shall be considered corrupt
getCTTc
@Internal
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc getCTTc()
setParagraph
public void setParagraph(XWPFParagraph p)
getParagraph
public XWPFParagraph getParagraph()
setText
public void setText(java.lang.String text)
getText
public java.lang.String getText()
Copyright 2009 The Apache Software Foundation or
its licensors, as applicable.