Important: The information in this document is obsolete and should not be used for new development.
GetNotebook
Retrieves the notebook part.
ODPart GetNotebook (in ODBoolean create);
createkODTrueif the notebook should be created if it is not found; otherwise,kODFalse.- return value
- The notebook part.
DISCUSSION
This method returns an OpenDoc part of part kindkNotebookManagerKind. If a notebook is not found and the value of thecreateparameter iskODTrue, this method creates a notebook.Do not subclass this class.
SEE ALSO
TheSetNotebookmethod (page 375).