link_path_relative property

Returns the relative path to a linked file if present, otherwise returns an empty string. Readonly str.

Remarks

In the Ppt presentations, some Ole object links may have a relative representation.

Definition:

@property
def link_path_relative(self):
    ...

See Also