field_update_culture_source property
FieldOptions.field_update_culture_source property
Specifies what culture to use to format the field result.
@property
def field_update_culture_source(self) -> aspose.words.fields.FieldUpdateCultureSource:
...
@field_update_culture_source.setter
def field_update_culture_source(self, value: aspose.words.fields.FieldUpdateCultureSource):
...
Remarks
By default, the culture of the current thread is used.
The setting affects only date/time fields with \\@ format switch.
See Also
- module aspose.words.fields
- class FieldOptions