links_up_to_date property

Indicates whether hyperlinks in a 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