| Package | Description |
|---|---|
| org.apache.poi.xwpf.extractor | |
| org.apache.poi.xwpf.usermodel |
| Modifier and Type | Method and Description |
|---|---|
void |
XWPFWordExtractor.appendBodyElementText(StringBuilder text,
IBodyElement e) |
| Modifier and Type | Class and Description |
|---|---|
class |
XWPFParagraph
A Paragraph within a Document, Table, Header etc.
|
class |
XWPFSDT
Experimental class to offer rudimentary read-only processing of
of StructuredDocumentTags/ContentControl
|
class |
XWPFTable
Sketch of XWPFTable class.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<IBodyElement> |
XWPFDocument.bodyElements |
protected List<IBodyElement> |
XWPFTableCell.bodyElements |
| Modifier and Type | Method and Description |
|---|---|
List<IBodyElement> |
XWPFAbstractFootnoteEndnote.getBodyElements()
Gets the body elements (
IBodyElement) of the footnote. |
List<IBodyElement> |
IBody.getBodyElements()
Returns an Iterator with paragraphs and tables,
in the order that they occur in the text.
|
List<IBodyElement> |
XWPFDocument.getBodyElements()
returns an Iterator with paragraphs and tables
|
List<IBodyElement> |
XWPFTableCell.getBodyElements()
returns an Iterator with paragraphs and tables
|
List<IBodyElement> |
XWPFComment.getBodyElements()
Gets the body elements (
IBodyElement) of the comment. |
List<IBodyElement> |
XWPFHeaderFooter.getBodyElements() |
Iterator<IBodyElement> |
XWPFDocument.getBodyElementsIterator() |
Spliterator<IBodyElement> |
XWPFDocument.getBodyElementsSpliterator()
returns a Spliterator with paragraphs and tables
|