text property
text property
Specifies text in signature.
Definition:
@property
def text(self):
...
@text.setter
def text(self, value):
...
See Also
- module
groupdocs.signature.domain
- class
TextSignature
Specifies text in signature.
@property
def text(self):
...
@text.setter
def text(self, value):
...
groupdocs.signature.domain
TextSignature