This service may be represented by a
::com::sun::star::beans::PropertyValue[].
Such descriptors will be passed to different functions, included into
possible load/save proccesses. Every member of such process can use
this descriptor and may change it to actualize the informations about
the object. So this descriptor should be used as an in/out parameter.
lets the graphical representation of embedded document be stored.
Setting of this property to true tells the embedded object that
controlls the document to store or not to store the graphical
representation of the document in to the object persistence.
If this property is not set the object makes the decision itself.
denotes the storage from which the embedded object is to be recovered.
Upon activating the embedded object, it is normally loaded from a storage as denoted by
the parameters to the XEmbedObjectCreator method calls.
You can pass a non-NULLRecoveryStorage in the object descriptor if you wish to load the
embedded object from an alternate storage.
The object will still be based on the storage denoted in the XEmbedObjectCreator method
call, i.e., subsequent save operations will still use that storage. RecoveryStorage is used
at loading time only, and then discarded.