text_before property
FieldMergeField.text_before property
Gets or sets the text to be inserted before the field if the field is not blank.
@property
def text_before(self) -> str:
...
@text_before.setter
def text_before(self, value: str):
...
See Also
- module aspose.words.fields
- class FieldMergeField