| Package | Description |
|---|---|
| org.zwobble.mammoth.internal.documents |
| Modifier and Type | Method and Description |
|---|---|
NoteType |
NoteReference.getNoteType() |
NoteType |
Note.getNoteType() |
static NoteType |
NoteType.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.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Note> |
Notes.findNote(NoteType noteType,
String noteId) |
| Constructor and Description |
|---|
Note(NoteType noteType,
String id,
List<DocumentElement> body) |
NoteReference(NoteType noteType,
String noteId) |
Copyright © 2018. All rights reserved.