org.apache.poi.xwpf.usermodel
Class XWPFFootnote

java.lang.Object
  extended by org.apache.poi.xwpf.usermodel.XWPFFootnote
All Implemented Interfaces:
poi.support.Iterable

public class XWPFFootnote
extends java.lang.Object
implements poi.support.Iterable


Constructor Summary
XWPFFootnote(XWPFDocument document, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn body)
           
 
Method Summary
 java.util.List getParagraphs()
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWPFFootnote

public XWPFFootnote(XWPFDocument document,
                    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn body)
Method Detail

getParagraphs

public java.util.List getParagraphs()

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface poi.support.Iterable