Package | Description |
---|---|
org.apache.poi.xwpf.extractor | |
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
void |
XWPFWordExtractor.appendBodyElementText(java.lang.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 java.util.List<IBodyElement> |
XWPFDocument.bodyElements |
protected java.util.List<IBodyElement> |
XWPFTableCell.bodyElements |
Modifier and Type | Method and Description |
---|---|
java.util.List<IBodyElement> |
IBody.getBodyElements()
Returns an Iterator with paragraphs and tables,
in the order that they occur in the text.
|
java.util.List<IBodyElement> |
XWPFDocument.getBodyElements()
returns an Iterator with paragraphs and tables
|
java.util.List<IBodyElement> |
XWPFAbstractFootnoteEndnote.getBodyElements()
Gets the body elements (
IBodyElement ) of the footnote. |
java.util.List<IBodyElement> |
XWPFTableCell.getBodyElements()
returns an Iterator with paragraphs and tables
|
java.util.List<IBodyElement> |
XWPFHeaderFooter.getBodyElements() |
java.util.Iterator<IBodyElement> |
XWPFDocument.getBodyElementsIterator() |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.