Uses of Class
org.apache.poi.hwpf.model.NoteType
-
Packages that use NoteType Package Description org.apache.poi.hwpf.model -
-
Uses of NoteType in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model that return NoteType Modifier and Type Method Description static NoteTypeNoteType. valueOf(String name)Returns the enum constant of this type with the specified name.static NoteType[]NoteType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.hwpf.model with parameters of type NoteType Modifier and Type Method Description intFileInformationBlock. getNotesDescriptorsOffset(NoteType noteType)intFileInformationBlock. getNotesDescriptorsSize(NoteType noteType)intFileInformationBlock. getNotesTextPositionsOffset(NoteType noteType)intFileInformationBlock. getNotesTextPositionsSize(NoteType noteType)voidFileInformationBlock. setNotesDescriptorsOffset(NoteType noteType, int offset)voidFileInformationBlock. setNotesDescriptorsSize(NoteType noteType, int offset)voidFileInformationBlock. setNotesTextPositionsOffset(NoteType noteType, int offset)voidFileInformationBlock. setNotesTextPositionsSize(NoteType noteType, int offset)Constructors in org.apache.poi.hwpf.model with parameters of type NoteType Constructor Description NotesTables(NoteType noteType)NotesTables(NoteType noteType, byte[] tableStream, FileInformationBlock fib)
-