add_link_to_content method
add_link_to_content
Creates a new custom document property which links to content.
Returns
The newly created property object.
def add_link_to_content(self, name, source):
...
Parameter | Type | Description |
---|---|---|
name | str | The name of the property. |
source | str | The source of the property. It should be the name of named range. |