Field Properties

The Field type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleDisplayResult
Gets the text that represents the displayed field result.
Public propertyCode exampleEnd
Gets the node that represents the field end.
Public propertyCode exampleFormat
Gets a FieldFormat object that provides typed access to field's formatting.
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.
Public propertyCode exampleIsLocked
Gets or sets whether the field is locked (should not recalculate its result).
Public propertyCode exampleLocaleId
Gets or sets the LCID of the field.
Public propertyCode exampleResult
Gets or sets text that is between the field separator and field end.
Public propertyCode exampleSeparator
Gets the node that represents the field separator. Can be null.
Public propertyCode exampleStart
Gets the node that represents the start of the field.
Public propertyCode exampleType
Gets the Microsoft Word field type.
See Also