org.apache.poi.xwpf.usermodel
Class XWPFFootnote

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

public class XWPFFootnote
extends java.lang.Object
implements java.lang.Iterable<XWPFParagraph>


Constructor Summary
XWPFFootnote(XWPFDocument document, CTFtnEdn body)
           
 
Method Summary
 java.util.List<XWPFParagraph> getParagraphs()
           
 java.util.Iterator<XWPFParagraph> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWPFFootnote

public XWPFFootnote(XWPFDocument document,
                    CTFtnEdn body)
Method Detail

getParagraphs

public java.util.List<XWPFParagraph> getParagraphs()

iterator

public java.util.Iterator<XWPFParagraph> iterator()
Specified by:
iterator in interface java.lang.Iterable<XWPFParagraph>


Copyright 2012 The Apache Software Foundation or its licensors, as applicable.