Uses of Interface
org.apache.poi.xwpf.usermodel.IBodyElement

Packages that use IBodyElement
org.apache.poi.xwpf.usermodel   
 

Uses of IBodyElement in org.apache.poi.xwpf.usermodel
 

Classes in org.apache.poi.xwpf.usermodel that implement IBodyElement
 class XWPFParagraph
          Sketch of XWPF paragraph class
 class XWPFTable
          Sketch of XWPFTable class.
 

Fields in org.apache.poi.xwpf.usermodel with type parameters of type IBodyElement
protected  java.util.List<IBodyElement> XWPFTableCell.bodyElements
           
protected  java.util.List<IBodyElement> XWPFDocument.bodyElements
           
 

Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type IBodyElement
 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 2012 The Apache Software Foundation or its licensors, as applicable.