Package | Description |
---|---|
org.apache.poi.hwpf.model |
Modifier and Type | Method and Description |
---|---|
static NoteType |
NoteType.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
NotesTables(NoteType noteType) |
NotesTables(NoteType noteType,
byte[] tableStream,
FileInformationBlock fib) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.