insert_hyperlink property

Gets or sets whether to create a hyperlink to the bookmarked paragraph.

@property
def insert_hyperlink(self) -> bool:
    ...

@insert_hyperlink.setter
def insert_hyperlink(self, value: bool):
    ...

See Also