text_to_display property

text_to_display property

Represents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.

Definition:

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

See Also