Uses of Interface
org.apache.poi.xwpf.usermodel.IBodyElement
-
Packages that use IBodyElement Package Description org.apache.poi.xwpf.extractor org.apache.poi.xwpf.usermodel -
-
Uses of IBodyElement in org.apache.poi.xwpf.extractor
Methods in org.apache.poi.xwpf.extractor with parameters of type IBodyElement Modifier and Type Method Description voidXWPFWordExtractor. appendBodyElementText(StringBuilder text, IBodyElement e) -
Uses of IBodyElement in org.apache.poi.xwpf.usermodel
Classes in org.apache.poi.xwpf.usermodel that implement IBodyElement Modifier and Type Class Description classXWPFParagraphA Paragraph within a Document, Table, Header etc.classXWPFSDTExperimental class to offer rudimentary read-only processing of of StructuredDocumentTags/ContentControlclassXWPFTableSketch of XWPFTable class.Fields in org.apache.poi.xwpf.usermodel with type parameters of type IBodyElement Modifier and Type Field Description protected List<IBodyElement>XWPFDocument. bodyElementsprotected List<IBodyElement>XWPFTableCell. bodyElementsMethods in org.apache.poi.xwpf.usermodel that return types with arguments of type IBodyElement Modifier and Type Method Description List<IBodyElement>IBody. getBodyElements()Returns an Iterator with paragraphs and tables, in the order that they occur in the text.List<IBodyElement>XWPFAbstractFootnoteEndnote. getBodyElements()Gets the body elements (IBodyElement) of the footnote.List<IBodyElement>XWPFComment. getBodyElements()Gets the body elements (IBodyElement) of the comment.List<IBodyElement>XWPFDocument. getBodyElements()returns an Iterator with paragraphs and tablesList<IBodyElement>XWPFHeaderFooter. getBodyElements()List<IBodyElement>XWPFTableCell. getBodyElements()returns an Iterator with paragraphs and tablesIterator<IBodyElement>XWPFDocument. getBodyElementsIterator()Spliterator<IBodyElement>XWPFDocument. getBodyElementsSpliterator()returns a Spliterator with paragraphs and tables
-