FieldCitation Properties

The FieldCitation type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAnotherSourceTag
Gets or sets a value that mathes the Tag element's value of another source to be included in the citation.
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 exampleFormatLanguageId
Gets or sets the language ID that is used in conjunction with the specified bibliographic style to format the citation in the document.
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 examplePageNumber
Gets or sets a page number associated with the citation.
Public propertyCode examplePrefix
Gets or sets a prefix that is prepended to the citation.
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 exampleSourceTag
Gets or sets a value that mathes the Tag element's value of the source to insert.
Public propertyCode exampleStart
Gets the node that represents the start of the field.
(Inherited from Field.)
Public propertyCode exampleSuffix
Gets or sets a suffix that is appended to the citation.
Public propertyCode exampleSuppressAuthor
Gets or sets whether the author information is suppressed from the citation.
Public propertyCode exampleSuppressTitle
Gets or sets whether the title information is suppressed from the citation.
Public propertyCode exampleSuppressYear
Gets or sets whether the year information is suppressed from the citation.
Public propertyCode exampleType
Gets the Microsoft Word field type.
(Inherited from Field.)
Public propertyCode exampleVolumeNumber
Gets or sets a volume number associated with the citation.
See Also