Package | Description |
---|---|
org.zkoss.poi.xwpf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
XWPFParagraph
Sketch of XWPF paragraph class
|
class |
XWPFTable
Sketch of XWPFTable class.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<IBodyElement> |
XWPFTableCell.bodyElements |
protected java.util.List<IBodyElement> |
XWPFDocument.bodyElements |
Modifier and Type | Method and Description |
---|---|
java.util.List<IBodyElement> |
XWPFTableCell.getBodyElements()
returns an Iterator with paragraphs and tables
|
java.util.List<IBodyElement> |
XWPFHeaderFooter.getBodyElements() |
java.util.List<IBodyElement> |
XWPFFootnote.getBodyElements() |
java.util.List<IBodyElement> |
XWPFDocument.getBodyElements()
returns an Iterator with paragraphs and tables
|
java.util.List<IBodyElement> |
IBody.getBodyElements()
Returns an Iterator with paragraphs and tables,
in the order that they occur in the text.
|
java.util.Iterator<IBodyElement> |
XWPFDocument.getBodyElementsIterator() |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.