[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.RefFieldOptions.-ctor

RefFieldOptions Constructor

RefFieldOptions(DocumentBase, string)

Initializes a new instance of the RefFieldOptions class.

Declaration
public RefFieldOptions(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.

RefFieldOptions(SimpleField)

Initializes a new instance of the RefFieldOptions class.

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

The SimpleField from which to load the options.

RefFieldOptions(ComplexField)

Initializes a new instance of the RefFieldOptions class.

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

The ComplexField from which to load the options.