FieldStyleRef Properties

The FieldStyleRef 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 exampleFormat
Gets a FieldFormat object that provides typed access to field's formatting.
(Inherited from Field.)
Public propertyCode exampleInsertParagraphNumber
Gets or sets whether to insert the paragraph number of the referenced paragraph exactly as it appears in the document.
Public propertyCode exampleInsertParagraphNumberInFullContext
Gets or sets whether to insert the paragraph number of the referenced paragraph in full context.
Public propertyCode exampleInsertParagraphNumberInRelativeContext
Gets or sets whether to insert the paragraph number of the referenced paragraph in relative context.
Public propertyCode exampleInsertRelativePosition
Gets or sets whether to insert the relative position of the referenced paragraph.
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 exampleResult
Gets or sets text that is between the field separator and field end.
(Inherited from Field.)
Public propertyCode exampleSearchFromBottom
Gets or sets whether to search from the bottom of the current page, rather from the top.
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 exampleStyleName
Gets or sets the name of the style by which the text to search for is formatted.
Public propertyCode exampleSuppressNonDelimiters
Gets or sets whether to suppress non-delimiter characters.
Public propertyCode exampleType
Gets the Microsoft Word field type.
(Inherited from Field.)
See Also