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 null if this object should be ignored.

def get_url(self, id, referrer):
    ...
ParameterTypeDescription
idintObject id. This id is saving operation-wide unique.
referrerintid of referrencing object or 0, if object is referrenced by the root document. May be used to generate relative link.

See Also