[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.NoteRefFieldOptions

NoteRefFieldOptions Class

Represents NOTEREF field options.

A NOTEREF field inserts the mark of the footnote or endnote that is marked by the specified bookmark.

Inheritance
NoteRefFieldOptions
Implements
Namespace: GrapeCity.Documents.Word.Fields
Assembly: DS.Documents.Word.dll
Syntax
public class NoteRefFieldOptions : BaseFieldOptions, IFieldOptions
Public Class NoteRefFieldOptions
    Inherits BaseFieldOptions
    Implements IFieldOptions

Constructors

Name Description
NoteRefFieldOptions(ComplexField)

Initializes a new instance of the NoteRefFieldOptions class.

NoteRefFieldOptions(DocumentBase, string)

Initializes a new instance of the NoteRefFieldOptions class.

NoteRefFieldOptions(SimpleField)

Initializes a new instance of the NoteRefFieldOptions class.

Properties

Name Description
Bookmark

Gets or sets the bookmark name for a cross-reference to endnote or footnote.

DisplayRelative

Gets or sets a value indicating whether to display the position relative to the bookmarked endnote or footnote.

Default value is false.

If the NOTEREF field appears in the document before the bookmarked endnote or footnote, it evaluates to "below".

If the NOTEREF field appears after the bookmarked endnote or footnote, it evaluates to "above".

FormatAsReferenceMark

Gets or sets whether to insert the reference mark with the same character formatting as the Footnote or Endnote Reference style.

Default value is false.

Gets or sets a value indicating whether to create a hyperlink to the bookmarked endnote or footnote.

The default value is false.

ResultFormat

Gets or sets the result formatting rule.

Default value is None.

Methods

Name Description
Load(ComplexField)

Loads options from the specified ComplexField.

Load(SimpleField)

Loads options from the specified SimpleField.

Save(ComplexField)

Saves the current options to the specified ComplexField.

Save(SimpleField)

Saves the current options to the specified SimpleField.

ToString()