Uses of Interface
org.apache.poi.hwpf.usermodel.Notes

Packages that use Notes
org.apache.poi.hwpf   
org.apache.poi.hwpf.usermodel   
 

Uses of Notes in org.apache.poi.hwpf
 

Fields in org.apache.poi.hwpf declared as Notes
protected  Notes HWPFDocument._endnotes
          Holds the footnotes
protected  Notes HWPFDocument._footnotes
          Holds the footnotes
 

Methods in org.apache.poi.hwpf that return Notes
 Notes HWPFDocument.getEndnotes()
           
 Notes HWPFDocument.getFootnotes()
           
 

Uses of Notes in org.apache.poi.hwpf.usermodel
 

Classes in org.apache.poi.hwpf.usermodel that implement Notes
 class NotesImpl
          Default implementation of Notes interface
 



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