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);
create
kODTrue
if 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 thecreate
parameter iskODTrue
, this method creates a notebook.Do not subclass this class.
SEE ALSO
TheSetNotebook
method (page 375).