FieldXE Properties

The FieldXE type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleDisplayResult
Gets the text that represents the displayed field result.
(Inherited from Field.)
Public propertyCode exampleEnd
Gets the node that represents the field end.
(Inherited from Field.)
Public propertyCode exampleEntryType
Gets or sets an index entry type.
Public propertyCode exampleFormat
Gets a FieldFormat object that provides typed access to field's formatting.
(Inherited from Field.)
Public propertyCode exampleHasPageRangeBookmarkName
Gets a value indicating whether a page range bookmark name is provided through the field's code.
Public propertyCode exampleIsBold
Gets or sets whether to apply bold formatting to the entry's page number.
Public propertyCode exampleIsDirty
Gets or sets whether the current result of the field is no longer correct (stale) due to other modifications made to the document.
(Inherited from Field.)
Public propertyCode exampleIsItalic
Gets or sets whether to apply italic formatting to the entry's page number.
Public propertyCode exampleIsLocked
Gets or sets whether the field is locked (should not recalculate its result).
(Inherited from Field.)
Public propertyCode exampleLocaleId
Gets or sets the LCID of the field.
(Inherited from Field.)
Public propertyCode examplePageNumberReplacement
Gets or sets text used in place of a page number.
Public propertyCode examplePageRangeBookmarkName
Gets or sets the name of the bookmark that marks a range of pages that is inserted as the entry's page number.
Public propertyCode exampleResult
Gets or sets text that is between the field separator and field end.
(Inherited from Field.)
Public propertyCode exampleSeparator
Gets the node that represents the field separator. Can be null.
(Inherited from Field.)
Public propertyCode exampleStart
Gets the node that represents the start of the field.
(Inherited from Field.)
Public propertyCode exampleText
Gets or sets the text of the entry.
Public propertyCode exampleType
Gets the Microsoft Word field type.
(Inherited from Field.)
Public propertyCode exampleYomi
Gets or sets the yomi (first phonetic character for sorting indexes) for the index entry
See Also