Uses of Class
org.apache.poi.hwpf.model.NoteType

Packages that use NoteType
org.apache.poi.hwpf.model   
 

Uses of NoteType in org.apache.poi.hwpf.model
 

Fields in org.apache.poi.hwpf.model declared as NoteType
static NoteType NoteType.ENDNOTE
          Ending note
static NoteType NoteType.FOOTNOTE
          Footnote
 

Methods in org.apache.poi.hwpf.model that return NoteType
static NoteType[] NoteType.values()
           
 

Methods in org.apache.poi.hwpf.model with parameters of type NoteType
 int FileInformationBlock.getNotesDescriptorsOffset(NoteType noteType)
           
 int FileInformationBlock.getNotesDescriptorsSize(NoteType noteType)
           
 int FileInformationBlock.getNotesTextPositionsOffset(NoteType noteType)
           
 int FileInformationBlock.getNotesTextPositionsSize(NoteType noteType)
           
 void FileInformationBlock.setNotesDescriptorsOffset(NoteType noteType, int offset)
           
 void FileInformationBlock.setNotesDescriptorsSize(NoteType noteType, int offset)
           
 void FileInformationBlock.setNotesTextPositionsOffset(NoteType noteType, int offset)
           
 void FileInformationBlock.setNotesTextPositionsSize(NoteType noteType, int offset)
           
 

Constructors in org.apache.poi.hwpf.model with parameters of type NoteType
NotesTables(NoteType noteType)
           
NotesTables(NoteType noteType, byte[] tableStream, FileInformationBlock fib)