:: com :: sun :: star :: embed ::

unpublished service EmbeddedObjectDescriptor
Description
describes properties of an embedded object

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.


Properties' Summary
boolean
StoreVisualReplacement
[ OPTIONAL ]
lets the graphical representation of embedded document be stored.  
::com::sun::star::frame::XDispatchProviderInterceptor
OutplaceDispatchInterceptor
[ OPTIONAL ]
allows to provide a dispatch interceptor for outplace activation.  
Properties' Details
StoreVisualReplacement
boolean StoreVisualReplacement;
Usage Restrictions
optional
Description
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.

OutplaceDispatchInterceptor
::com::sun::star::frame::XDispatchProviderInterceptor OutplaceDispatchInterceptor;
Usage Restrictions
optional
Description
allows to provide a dispatch interceptor for outplace activation.

 
Top of Page