text property
text property
The original text to be redacted.
Definition:
@property
def text(self):
...
@text.setter
def text(self, value):
...
See Also
- module
groupdocs.redaction.redactions
- class
CustomRedactionContext
The original text to be redacted.
@property
def text(self):
...
@text.setter
def text(self, value):
...
groupdocs.redaction.redactions
CustomRedactionContext