lock_fields property
FieldIncludeText.lock_fields property
Gets or sets whether to prevent fields in the included document from being updated.
@property
def lock_fields(self) -> bool:
...
@lock_fields.setter
def lock_fields(self, value: bool):
...
See Also
- module aspose.words.fields
- class FieldIncludeText