links_up_to_date property

Gets or sets a value indicating whether the hyperlinks in the document are up-to-date.

Definition:

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

See Also