prompt_text property
FieldFillIn.prompt_text property
Gets or sets the prompt text (the title of the prompt window).
@property
def prompt_text(self) -> str:
...
@prompt_text.setter
def prompt_text(self, value: str):
...
See Also
- module aspose.words.fields
- class FieldFillIn