Uses of Interface
org.apache.poi.hwpf.usermodel.Notes
-
Packages that use Notes Package Description org.apache.poi.hwpf org.apache.poi.hwpf.usermodel -
-
Uses of Notes in org.apache.poi.hwpf
Methods in org.apache.poi.hwpf that return Notes Modifier and Type Method Description 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 Modifier and Type Class Description class
NotesImpl
Default implementation ofNotes
interface
-