FieldOptions class

FieldOptions class

Represents options to control field handling in a document. To learn more, visit the Working with Fields documentation article.

Properties

NameDescription
bibliographyStylesProviderGets or sets a provider that returns a bibliography style for the FieldBibliography and FieldCitation fields.
builtInTemplatesPathsGets or sets paths of MS Word built-in templates.
comparisonExpressionEvaluatorGets or sets the field comparison expressions evaluator.
currentUserGets or sets the current user information.
customTocStyleSeparatorGets or sets custom style separator for the \t switch in FieldToc field.
defaultDocumentAuthorGets or sets default document author’s name. If author’s name is already specified in built-in document properties, this option is not considered.
fieldDatabaseProviderGets or sets a provider that returns a query result for the FieldDatabase field.
fieldIndexFormatGets or sets a FieldOptions.fieldIndexFormat that represents the formatting for the FieldIndex fields in the document.
fieldUpdateCultureProviderGets or sets a provider that returns a culture object specific for each particular field.
fieldUpdateCultureSourceSpecifies what culture to use to format the field result.
fieldUpdatingCallbackGets or sets IFieldUpdatingCallback implementation
fieldUpdatingProgressCallbackGets or sets IFieldUpdatingProgressCallback implementation.
fileNameGets or sets the file name of the document.
isBidiTextSupportedOnUpdateGets or sets the value indicating whether bidirectional text is fully supported during field update or not.
legacyNumberFormatGets or sets the value indicating whether legacy (early than AW 13.10) number format for fields is enabled or not.
resultFormatterAllows to control how the field result is formatted.
templateNameGets or sets the file name of the template used by the document.
toaCategoriesGets or sets the table of authorities categories.
useInvariantCultureNumberFormatGets or sets the value indicating that number format is parsed using invariant culture or not
userPromptRespondentGets or sets the respondent to user prompts during field update.

See Also