FieldOptions class
FieldOptions class
Represents options to control field handling in a document. To learn more, visit the Working with Fields documentation article.
Properties
| Name | Description |
|---|---|
| barcode_generator | Gets or set custom barcode generator. |
| bibliography_styles_provider | Gets or sets a provider that returns a bibliography style for the FieldBibliography and FieldCitation fields. |
| built_in_templates_paths | Gets or sets paths of MS Word built-in templates. |
| comparison_expression_evaluator | Gets or sets the field comparison expressions evaluator. |
| current_user | Gets or sets the current user information. |
| custom_toc_style_separator | Gets or sets custom style separator for the \t switch in FieldToc field. |
| default_document_author | 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. |
| field_database_provider | Gets or sets a provider that returns a query result for the FieldDatabase field. |
| field_index_format | Gets or sets a FieldOptions.field_index_format that represents the formatting for the FieldIndex fields in the document. |
| field_update_culture_provider | Gets or sets a provider that returns a culture object specific for each particular field. |
| field_update_culture_source | Specifies what culture to use to format the field result. |
| field_updating_callback | Gets or sets IFieldUpdatingCallback implementation |
| field_updating_progress_callback | Gets or sets IFieldUpdatingProgressCallback implementation. |
| file_name | Gets or sets the file name of the document. |
| is_bidi_text_supported_on_update | Gets or sets the value indicating whether bidirectional text is fully supported during field update or not. |
| legacy_number_format | Gets or sets the value indicating whether legacy (early than AW 13.10) number format for fields is enabled or not. |
| result_formatter | Allows to control how the field result is formatted. |
| template_name | Gets or sets the file name of the template used by the document. |
| toa_categories | Gets or sets the table of authorities categories. |
| use_invariant_culture_number_format | Gets or sets the value indicating that number format is parsed using invariant culture or not |
| user_prompt_respondent | Gets or sets the respondent to user prompts during field update. |
See Also
- module aspose.words.fields