field_updating_progress_callback property

FieldOptions.field_updating_progress_callback property

Gets or sets IFieldUpdatingProgressCallback implementation.

@property
def field_updating_progress_callback(self) -> aspose.words.fields.IFieldUpdatingProgressCallback:
    ...

@field_updating_progress_callback.setter
def field_updating_progress_callback(self, value: aspose.words.fields.IFieldUpdatingProgressCallback):
    ...

See Also