TextSearchOptions constructor
init
Initializes a new instance of the TextSearchOptions class with default values.
def __init__(self):
...
init
Initializes a new instance of the TextSearchOptions class with text value.
def __init__(self, text):
...
| Parameter | Type | Description |
|---|---|---|
| text | str | Set Text of Text signature. |
See Also
- module
groupdocs.signature.options - class
TextSearchOptions