Package | Description |
---|---|
net.sf.mpxj |
Modifier and Type | Class and Description |
---|---|
class |
HtmlNotes
Represents notes formatted as RTF.
|
class |
ParentNotes
Represents a note which is composed of one or more child notes.
|
class |
RtfNotes
Represents notes formatted as RTF.
|
class |
StructuredNotes
Represents a note which belongs to a topic.
|
Modifier and Type | Method and Description |
---|---|
Notes |
Step.getDescriptionObject()
Retrieve the step description.
|
Notes |
StructuredNotes.getNotes()
Retrieve the notes.
|
Notes |
CostAccount.getNotesObject()
Retrieve the notes object.
|
Notes |
ProjectProperties.getNotesObject()
Retrieve the project notes object.
|
Notes |
Resource.getNotesObject()
Retrieve an object which contains both the plain text notes
and, if relevant, the original formatted version of the notes.
|
Notes |
ResourceAssignment.getNotesObject()
Retrieve an object which contains both the plain text notes
and, if relevant, the original formatted version of the notes.
|
Notes |
Task.getNotesObject()
Retrieve an object which contains both the plain text notes
and, if relevant, the original formatted version of the notes.
|
Modifier and Type | Method and Description |
---|---|
List<Notes> |
ParentNotes.getChildNotes()
Retrieve the list of child notes.
|
Modifier and Type | Method and Description |
---|---|
Step.Builder |
Step.Builder.description(Notes value)
Add the description.
|
CostAccount.Builder |
CostAccount.Builder.notes(Notes value)
Add notes.
|
void |
ProjectProperties.setNotesObject(Notes notes)
Set the project notes object.
|
void |
Resource.setNotesObject(Notes notes)
Set the Notes instance representing the resource notes.
|
void |
ResourceAssignment.setNotesObject(Notes notes)
Set the Notes instance representing the assignment notes.
|
void |
Task.setNotesObject(Notes notes)
Set the Notes instance representing the task notes.
|
Constructor and Description |
---|
StructuredNotes(Integer uniqueID,
NotesTopic topic,
Notes notes)
Deprecated.
use the new version of the constructor
|
StructuredNotes(ProjectFile file,
Integer uniqueID,
NotesTopic topic,
Notes notes)
Constructor.
|
Constructor and Description |
---|
ParentNotes(List<Notes> childNotes)
Constructor.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.