public class FieldUpdateCultureSource
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CURRENT_THREAD
The culture of the current execution thread is used to update fields.
|
static int |
FIELD_CODE
The culture specified in the field formatting properties via language setting is used.
|
static int |
length |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String fieldUpdateCultureSourceName) |
static java.lang.String |
getName(int fieldUpdateCultureSource) |
static int[] |
getValues() |
static java.lang.String |
toString(int fieldUpdateCultureSource) |
public static int CURRENT_THREAD
public static int FIELD_CODE
Remarks:
To be exact, Aspose.Words mimics MS Word by using the language set for the first character of the field code.
Field.getLocaleId(),
Field.setLocaleId(int)public static int length