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 |
---|---|
bibliographyStylesProvider | Gets or sets a provider that returns a bibliography style for the FieldBibliography and FieldCitation fields. |
builtInTemplatesPaths | Gets or sets paths of MS Word built-in templates. |
comparisonExpressionEvaluator | Gets or sets the field comparison expressions evaluator. |
currentUser | Gets or sets the current user information. |
customTocStyleSeparator | Gets or sets custom style separator for the \t switch in FieldToc field. |
defaultDocumentAuthor | 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. |
fieldDatabaseProvider | Gets or sets a provider that returns a query result for the FieldDatabase field. |
fieldIndexFormat | Gets or sets a FieldOptions.fieldIndexFormat that represents the formatting for the FieldIndex fields in the document. |
fieldUpdateCultureProvider | Gets or sets a provider that returns a culture object specific for each particular field. |
fieldUpdateCultureSource | Specifies what culture to use to format the field result. |
fieldUpdatingCallback | Gets or sets IFieldUpdatingCallback implementation |
fieldUpdatingProgressCallback | Gets or sets IFieldUpdatingProgressCallback implementation. |
fileName | Gets or sets the file name of the document. |
isBidiTextSupportedOnUpdate | Gets or sets the value indicating whether bidirectional text is fully supported during field update or not. |
legacyNumberFormat | Gets or sets the value indicating whether legacy (early than AW 13.10) number format for fields is enabled or not. |
resultFormatter | Allows to control how the field result is formatted. |
templateName | Gets or sets the file name of the template used by the document. |
toaCategories | Gets or sets the table of authorities categories. |
useInvariantCultureNumberFormat | Gets or sets the value indicating that number format is parsed using invariant culture or not |
userPromptRespondent | Gets or sets the respondent to user prompts during field update. |
See Also
- module Aspose.Words.Fields