skip_java_script_links property

Specifies whether to skip hyperlinks with JavaScript calls when saving the presentation. Read/write bool. The default value is false .

Remarks

When this property is set to true , hyperlinks with JavaScript calls will be ignored while saving.

When this property is set to false , all hyperlinks will be saved.

Definition:

@property
def skip_java_script_links(self):
    ...

@skip_java_script_links.setter
def skip_java_script_links(self, value):
    ...

See Also