FieldOptions
Overview
FieldOptions is a class in Aspose.Words FOSS for .NET.
Represents options to control field handling in a document.
Properties: BarcodeGenerator, BibliographyStylesProvider, BuiltInTemplatesPaths, ComparisonExpressionEvaluator, CurrentUser, CustomTocStyleSeparator, and 16 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FieldUpdateCultureSource | FieldUpdateCultureSource | Read/Write | Specifies what culture to use to format the field result. |
FieldUpdateCultureProvider | IFieldUpdateCultureProvider | Read/Write | Gets or sets a provider that returns a culture object specific for each particular field. |
IsBidiTextSupportedOnUpdate | bool | Read/Write | Gets or sets the value indicating whether bidirectional text is fully supported during field update or not. |
UserPromptRespondent | IFieldUserPromptRespondent | Read/Write | Gets or sets the respondent to user prompts during field update. |
ComparisonExpressionEvaluator | IComparisonExpressionEvaluator | Read/Write | Gets or sets the field comparison expressions evaluator. |
DefaultDocumentAuthor | string | Read/Write | Gets or sets default document author’s name. |
CustomTocStyleSeparator | string | Read/Write | Gets or sets custom style separator for the \t switch in FieldToc field. |
LegacyNumberFormat | bool | Read/Write | Gets or sets the value indicating whether legacy (early than AW 13.10) number format for fields is enabled or not. |
UseInvariantCultureNumberFormat | bool | Read/Write | Gets or sets the value indicating that number format is parsed using invariant culture or not When this property is set to true, number format is taken from an invariant culture. |
BarcodeGenerator | IBarcodeGenerator | Read/Write | Gets or set custom barcode generator. |
FieldDatabaseProvider | IFieldDatabaseProvider | Read/Write | Gets or sets a provider that returns a query result for the FieldDatabase field. |
BibliographyStylesProvider | IBibliographyStylesProvider | Read/Write | Gets or sets a provider that returns a bibliography style for the FieldBibliography and FieldCitation fields. |
PreProcessCulture | CultureInfo | Read/Write | Gets or sets the culture to preprocess field values. |
CurrentUser | UserInformation | Read/Write | Gets or sets the current user information. |
ToaCategories | ToaCategories | Read/Write | Gets or sets the table of authorities categories. |
FieldIndexFormat | FieldIndexFormat | Read/Write | Gets or sets a FieldIndexFormat that represents the formatting for the FieldIndex fields in the document. |
FileName | string | Read/Write | Gets or sets the file name of the document. |
TemplateName | string | Read/Write | Gets or sets the file name of the template used by the document. |
ResultFormatter | IFieldResultFormatter | Read/Write | Allows to control how the field result is formatted. |
BuiltInTemplatesPaths | string[] | Read/Write | Gets or sets paths of MS Word built-in templates. |
FieldUpdatingCallback | IFieldUpdatingCallback | Read/Write | Gets or sets IFieldUpdatingCallback implementation |
FieldUpdatingProgressCallback | IFieldUpdatingProgressCallback | Read/Write | Gets or sets IFieldUpdatingProgressCallback implementation. |