[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.NoteRefFieldOptions.-ctor

NoteRefFieldOptions Constructor

NoteRefFieldOptions(DocumentBase, string)

Initializes a new instance of the NoteRefFieldOptions class.

Declaration
public NoteRefFieldOptions(DocumentBase doc, string bookmark)
Public Sub New(doc As DocumentBase, bookmark As String)
Parameters
Type Name Description
DocumentBase doc

The document whose resources to use in this instance.

string bookmark

The bookmark name for a cross-reference.

NoteRefFieldOptions(SimpleField)

Initializes a new instance of the NoteRefFieldOptions class.

Declaration
public NoteRefFieldOptions(SimpleField field)
Public Sub New(field As SimpleField)
Parameters
Type Name Description
SimpleField field

The SimpleField from which to load the options.

NoteRefFieldOptions(ComplexField)

Initializes a new instance of the NoteRefFieldOptions class.

Declaration
public NoteRefFieldOptions(ComplexField field)
Public Sub New(field As ComplexField)
Parameters
Type Name Description
ComplexField field

The ComplexField from which to load the options.