|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xwpf.usermodel.XWPFTable
public class XWPFTable
Sketch of XWPFTable class. Only table's text is being hold.
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 |
---|
protected java.lang.StringBuffer text
Constructor Detail |
---|
public XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table)
Method Detail |
---|
public java.lang.String getText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |