org.apache.poi.xwpf.usermodel
Class XWPFTableCell

java.lang.Object
  extended by org.apache.poi.xwpf.usermodel.XWPFTableCell

public class XWPFTableCell
extends java.lang.Object


Constructor Summary
XWPFTableCell(CTTc cell)
          If a table cell does not include at least one block-level element, then this document shall be considered corrupt
 
Method Summary
 CTTc getCTTc()
           
 XWPFParagraph getParagraph()
           
 java.lang.String getText()
           
 void setParagraph(XWPFParagraph p)
           
 void setText(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWPFTableCell

public XWPFTableCell(CTTc cell)
If a table cell does not include at least one block-level element, then this document shall be considered corrupt

Method Detail

getCTTc

@Internal
public 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 2012 The Apache Software Foundation or its licensors, as applicable.