| Package | Description |
|---|---|
| org.mpxj |
| Modifier and Type | Field and Description |
|---|---|
static NotesTopic |
NotesTopic.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
NotesTopic |
NotesTopic.Builder.build()
Build a NotesTopic instance.
|
NotesTopic |
NotesTopicContainer.getDefaultTopic()
Retrieve a default NotesTopic instance, creating it if it doesn't already exist.
|
NotesTopic |
StructuredNotes.getNotesTopic()
Retrieve this note's topic.
|
| Modifier and Type | Method and Description |
|---|---|
NotesTopic.Builder |
NotesTopic.Builder.from(NotesTopic value)
Initialise the builder from an existing NotesTopic instance.
|
| Constructor and Description |
|---|
StructuredNotes(ProjectContext context,
Integer uniqueID,
NotesTopic topic,
Notes notes)
Constructor.
|
Copyright © 2000–2025 MPXJ. All rights reserved.