FieldOptions Class |
Namespace: Aspose.Words.Fields
The FieldOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | BarcodeGenerator |
Gets or set custom barcode generator.
|
![]() ![]() | BuiltInTemplatesPaths |
Gets or sets paths of MS Word built-in templates.
|
![]() ![]() | CurrentUser |
Gets or sets the current user information.
|
![]() ![]() | CustomTocStyleSeparator |
Gets or sets custom style separator for the \t switch in TOC field.
|
![]() ![]() | DefaultDocumentAuthor |
Gets or sets default document author's name. If author's name is already specified in built-in document properties,
this option is not considered.
|
![]() ![]() | FieldUpdateCultureProvider |
Gets or sets a provider that returns a culture object specific for each particular field.
|
![]() ![]() | FieldUpdateCultureSource |
Specifies what culture to use to format the field result.
|
![]() ![]() | FileName |
Gets or sets the file name of the document.
|
![]() ![]() | IsBidiTextSupportedOnUpdate |
Gets or sets the value indicating whether bidirectional text is fully supported during field update or not.
|
![]() ![]() | LegacyNumberFormat |
Gets or sets the value indicating whether legacy (early than AW 13.10) number format for fields is enabled or not.
|
![]() ![]() | PreProcessCulture |
Gets or sets the culture to preprocess field values.
|
![]() ![]() | ResultFormatter |
Allows to control how the field result is formatted.
|
![]() ![]() | ToaCategories |
Gets or sets the table of authorities categories.
|
![]() ![]() | UseInvariantCultureNumberFormat |
Gets or sets the value indicating that number format is parsed using invariant culture or not
|
![]() ![]() | UserPromptRespondent |
Gets or sets the respondent to user prompts during field update.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
// Set the culture used during field update to the culture used by the field doc.FieldOptions.FieldUpdateCultureSource = FieldUpdateCultureSource.FieldCode; doc.MailMerge.Execute(new[] { "Date2" }, new object[] { new DateTime(2011, 1, 01) });