resolve_uri method
resolve_uri
Resolves the absolute URI from the base and relative URIs.
Returns
Absolute URI or None if the relative URI cannot be resolved.
def resolve_uri(self, base_uri, relative_uri):
...
Parameter | Type | Description |
---|---|---|
base_uri | str | Base URI of linking objects |
relative_uri | str | Relative URI to the linked object. |
See Also
- class
HtmlExternalResolver
- module
aspose.slides.importing
- library
Aspose.Slides