get_url method
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.
Returns
Url of external object or None if this object should be ignored.
def get_url(self, id, referrer):
...
Parameter | Type | Description |
---|---|---|
id | int | Object id. This id is saving operation-wide unique. |
referrer | int | id of referrencing object or 0, if object is referrenced by the root document. May be used to generate relative link. |
See Also
- class
ILinkEmbedController
- module
aspose.slides.export
- library
Aspose.Slides