Externalize
Document ShellThe
Externalizemethod writes to storage all persistent objects and storage units of this draft object.
ODDraft Externalize ();
- return value
- A reference to this draft object.
DISCUSSION
This method calls theExternalizemethods on all the persistent objects and storage-unit objects created through this draft and then writes to persistent storage any internal structures of this draft object.SEE ALSO
The discussion of overriding theExternalizemethod when you subclassODPart(page 455).
TheODPersistentObject::Externalizemethod (page 558).
TheODStorageUnit::Externalizemethod (page 683).
"Creating a New Document" on page 292 in OpenDoc Programmer's Guide.