Saves the document to the specified file and includes OLE specific information if specified.
This method must <b>only</b> be used for files that have an OLE Storage format. For example,
a word file edited with Word.Document should be saved using this method because there is
formating information that should be stored in the OLE specific Storage format.
@param file the file to which the changes are to be saved
@param includeOleInfo the flag to indicate whether OLE specific information should be saved.
Saves the document to the specified file and includes OLE specific information if specified. This method must <b>only</b> be used for files that have an OLE Storage format. For example, a word file edited with Word.Document should be saved using this method because there is formating information that should be stored in the OLE specific Storage format.
@param file the file to which the changes are to be saved @param includeOleInfo the flag to indicate whether OLE specific information should be saved.
@return true if the save was successful