FieldToa Properties

The FieldToa type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleBookmarkName
Gets or sets the name of the bookmark that marks the portion of the document used to build the table.
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 exampleEntryCategory
Gets or sets the integral category for entries included in the table.
Public propertyCode exampleEntrySeparator
Gets or sets the character sequence that is used to separate a table of authorities entry and its page number.
Public propertyCode exampleFormat
Gets a FieldFormat object that provides typed access to field's formatting.
(Inherited from Field.)
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 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 examplePageNumberListSeparator
Gets or sets the character sequence that is used to separate two page numbers in a page number list.
Public propertyCode examplePageRangeSeparator
Gets or sets the character sequence that is used to separate the start and end of a page range.
Public propertyCode exampleRemoveEntryFormatting
Gets or sets whether to remove the formatting of the entry text in the document from the entry in the table of authorities.
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 exampleSequenceName
Gets or sets the name of a sequence whose number is included with the page number.
Public propertyCode exampleSequenceSeparator
Gets or sets the character sequence that is used to separate sequence numbers and page numbers.
Public propertyCode exampleStart
Gets the node that represents the start of the field.
(Inherited from Field.)
Public propertyCode exampleType
Gets the Microsoft Word field type.
(Inherited from Field.)
Public propertyCode exampleUseHeading
Gets or sets whether to include the category heading for the entries in a table of authorities.
Public propertyCode exampleUsePassim
Gets or sets whether to replace five or more different page references to the same authority with "passim", which is used to indicate that a word or passage occurs frequently in the work cited.
See Also