Uses of Interface
org.apache.poi.xwpf.usermodel.IBodyElement
Packages that use IBodyElement
-
Uses of IBodyElement in org.apache.poi.xwpf.extractor
Methods in org.apache.poi.xwpf.extractor with parameters of type IBodyElementModifier and TypeMethodDescriptionvoid
XWPFWordExtractor.appendBodyElementText
(StringBuilder text, IBodyElement e) -
Uses of IBodyElement in org.apache.poi.xwpf.usermodel
Classes in org.apache.poi.xwpf.usermodel that implement IBodyElementModifier and TypeClassDescriptionclass
A Paragraph within a Document, Table, Header etc.class
Experimental class to offer rudimentary read-only processing of of StructuredDocumentTags/ContentControlclass
Sketch of XWPFTable class.Fields in org.apache.poi.xwpf.usermodel with type parameters of type IBodyElementModifier and TypeFieldDescriptionprotected List
<IBodyElement> XWPFDocument.bodyElements
protected List
<IBodyElement> XWPFTableCell.bodyElements
Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type IBodyElementModifier and TypeMethodDescriptionIBody.getBodyElements()
Returns an Iterator with paragraphs and tables, in the order that they occur in the text.XWPFAbstractFootnoteEndnote.getBodyElements()
Gets the body elements (IBodyElement
) of the footnote.XWPFDocument.getBodyElements()
returns an Iterator with paragraphs and tablesXWPFHeaderFooter.getBodyElements()
XWPFTableCell.getBodyElements()
returns an Iterator with paragraphs and tablesXWPFDocument.getBodyElementsIterator()