text property

text property

Specifies the text of actual signature in the digital signature. Default value is Empty.

Definition:

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

See Also