attached_files_url_prefix property

attached_files_url_prefix property

Specify the Url prefix of attached files such as image in the html file. Only for saving to html stream.

Definition:

@property
def attached_files_url_prefix(self):
    ...
@attached_files_url_prefix.setter
def attached_files_url_prefix(self, value):
    ...

See Also