FieldSymbol Properties

The FieldSymbol type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCharacterCode
Gets or sets the character's code point value in decimal or hexadecimal.
Public propertyCode exampleDisplayResult
Gets the text that represents the displayed field result.
(Inherited from Field.)
Public propertyCode exampleDontAffectsLineSpacing
Gets or sets whether the character retrieved by the field affects the line spacing of the paragraph.
Public propertyCode exampleEnd
Gets the node that represents the field end.
(Inherited from Field.)
Public propertyCode exampleFontName
Gets or sets the name of the font of the character retrieved by the field.
Public propertyCode exampleFontSize
Gets or sets the size in points of the font of the character retrieved by the field.
Public propertyCode exampleFormat
Gets a FieldFormat object that provides typed access to field's formatting.
(Inherited from Field.)
Public propertyCode exampleIsAnsi
Gets or sets whether the character code is interpreted as the value of an ANSI character.
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 exampleIsShiftJis
Gets or sets whether the character code is interpreted as the value of a SHIFT-JIS character.
Public propertyCode exampleIsUnicode
Gets or sets whether the character code is interpreted as the value of a Unicode character.
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 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 exampleType
Gets the Microsoft Word field type.
(Inherited from Field.)
See Also