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
barcode_generatorGets or set custom barcode generator.
bibliography_styles_providerGets or sets a provider that returns a bibliography style for the FieldBibliography and FieldCitation fields.
built_in_templates_pathsGets or sets paths of MS Word built-in templates.
comparison_expression_evaluatorGets or sets the field comparison expressions evaluator.
current_userGets or sets the current user information.
custom_toc_style_separatorGets or sets custom style separator for the \t switch in FieldToc field.
default_document_authorGets or sets default document author’s name. If author’s name is already specified in built-in document properties, this option is not considered.
field_database_providerGets or sets a provider that returns a query result for the FieldDatabase field.
field_index_formatGets or sets a FieldOptions.field_index_format that represents the formatting for the FieldIndex fields in the document.
field_update_culture_providerGets or sets a provider that returns a culture object specific for each particular field.
field_update_culture_sourceSpecifies what culture to use to format the field result.
field_updating_callbackGets or sets IFieldUpdatingCallback implementation
field_updating_progress_callbackGets or sets IFieldUpdatingProgressCallback implementation.
file_nameGets or sets the file name of the document.
is_bidi_text_supported_on_updateGets or sets the value indicating whether bidirectional text is fully supported during field update or not.
legacy_number_formatGets or sets the value indicating whether legacy (early than AW 13.10) number format for fields is enabled or not.
result_formatterAllows to control how the field result is formatted.
template_nameGets or sets the file name of the template used by the document.
toa_categoriesGets or sets the table of authorities categories.
use_invariant_culture_number_formatGets or sets the value indicating that number format is parsed using invariant culture or not
user_prompt_respondentGets or sets the respondent to user prompts during field update.

See Also