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

NameTypeAccessDescription
FieldUpdateCultureSourceFieldUpdateCultureSourceRead/WriteSpecifies what culture to use to format the field result.
FieldUpdateCultureProviderIFieldUpdateCultureProviderRead/WriteGets or sets a provider that returns a culture object specific for each particular field.
IsBidiTextSupportedOnUpdateboolRead/WriteGets or sets the value indicating whether bidirectional text is fully supported during field update or not.
UserPromptRespondentIFieldUserPromptRespondentRead/WriteGets or sets the respondent to user prompts during field update.
ComparisonExpressionEvaluatorIComparisonExpressionEvaluatorRead/WriteGets or sets the field comparison expressions evaluator.
DefaultDocumentAuthorstringRead/WriteGets or sets default document author’s name.
CustomTocStyleSeparatorstringRead/WriteGets or sets custom style separator for the \t switch in FieldToc field.
LegacyNumberFormatboolRead/WriteGets or sets the value indicating whether legacy (early than AW 13.10) number format for fields is enabled or not.
UseInvariantCultureNumberFormatboolRead/WriteGets 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.
BarcodeGeneratorIBarcodeGeneratorRead/WriteGets or set custom barcode generator.
FieldDatabaseProviderIFieldDatabaseProviderRead/WriteGets or sets a provider that returns a query result for the FieldDatabase field.
BibliographyStylesProviderIBibliographyStylesProviderRead/WriteGets or sets a provider that returns a bibliography style for the FieldBibliography and FieldCitation fields.
PreProcessCultureCultureInfoRead/WriteGets or sets the culture to preprocess field values.
CurrentUserUserInformationRead/WriteGets or sets the current user information.
ToaCategoriesToaCategoriesRead/WriteGets or sets the table of authorities categories.
FieldIndexFormatFieldIndexFormatRead/WriteGets or sets a FieldIndexFormat that represents the formatting for the FieldIndex fields in the document.
FileNamestringRead/WriteGets or sets the file name of the document.
TemplateNamestringRead/WriteGets or sets the file name of the template used by the document.
ResultFormatterIFieldResultFormatterRead/WriteAllows to control how the field result is formatted.
BuiltInTemplatesPathsstring[]Read/WriteGets or sets paths of MS Word built-in templates.
FieldUpdatingCallbackIFieldUpdatingCallbackRead/WriteGets or sets IFieldUpdatingCallback implementation
FieldUpdatingProgressCallbackIFieldUpdatingProgressCallbackRead/WriteGets or sets IFieldUpdatingProgressCallback implementation.

See Also