org.apache.poi.xwpf.usermodel
Class XWPFTable

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

public class XWPFTable
extends java.lang.Object

Sketch of XWPFTable class. Only table's text is being hold.

Author:
Yury Batrakov (batrakov at gmail.com)

Field Summary
protected  java.lang.StringBuffer text
           
 
Constructor Summary
XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table)
           
 
Method Summary
 java.lang.String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

protected java.lang.StringBuffer text
Constructor Detail

XWPFTable

public XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table)
Method Detail

getText

public java.lang.String getText()


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.