com.aspose.words

Class FieldUpdateCultureSource

  • java.lang.Object
    • com.aspose.words.FieldUpdateCultureSource
public class FieldUpdateCultureSource 
extends java.lang.Object

Utility class containing constants. Indicates what culture to use during field update.

Field Summary
static final intCURRENT_THREAD = 0
The culture of the current execution thread is used to update fields.
static final intFIELD_CODE = 1
The culture specified in the field formatting properties via language setting is used.
 

    • Field Detail

      • CURRENT_THREAD = 0

        public static final int CURRENT_THREAD
        The culture of the current execution thread is used to update fields.
      • FIELD_CODE = 1

        public static final int FIELD_CODE
        The culture specified in the field formatting properties via language setting is used. To be exact, Aspose.Words mimics MS Word by using the language set for the first character of the field code.
        See Also:
        Field.LocaleId