ILinkEmbedController class
Contents
[
Hide
]ILinkEmbedController class
Callback interface used to determine how object should be processed during saving.
The ILinkEmbedController type exposes the following members:
Methods
Method | Description |
---|---|
get_object_storing_location | Determines where object should be stored. This method is called once for each object id. It is not guaranteed that there won’t be two objects with same data, semanticName and contentType but with different id. |
get_url | Returns an URL to an external object. This method always called if Aspose.Slides.Export.ILinkEmbedController.GetObjectStoringLocation(System.Int32,System.Byte[],System.String,System.String,Syste returned LinkEmbedDecision.LINK and may be called if Aspose.Slides.Export.ILinkEmbedController.GetObjectStoringLocation(System.Int32,System.Byte[],System.String,System.String,Syste returned LinkEmbedDecision.EMBED but embedding is impossible.Can be called multiple time for same object id. |
save_external | Saves external object. |
See Also
- module
aspose.slides.export
- library
Aspose.Slides