Uses of Enum Class
org.apache.poi.hwpf.model.NoteType
Packages that use NoteType
-
Uses of NoteType in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model that return NoteTypeModifier and TypeMethodDescriptionstatic NoteType
Returns the enum constant of this class with the specified name.static NoteType[]
NoteType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.hwpf.model with parameters of type NoteTypeModifier and TypeMethodDescriptionint
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 NoteTypeModifierConstructorDescriptionNotesTables
(NoteType noteType) NotesTables
(NoteType noteType, byte[] tableStream, FileInformationBlock fib)