Aspose::Words::Fields::FieldUpdateCultureSource enum
FieldUpdateCultureSource enum
Indicates what culture to use during field update.
enum class FieldUpdateCultureSource
Values
| Name | Value | Description |
|---|---|---|
| CurrentThread | 0 | The culture of the current execution thread is used to update fields. |
| FieldCode | 1 | The culture specified in the field formatting properties via language setting is used. |
See Also
- Namespace Aspose::Words::Fields
- Library Aspose.Words for C++