[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.IndexFieldOptions.-ctor

IndexFieldOptions Constructor

IndexFieldOptions(DocumentBase)

Initializes a new instance of the IndexFieldOptions class.

The document whose resources to use in this instance.
Declaration
public IndexFieldOptions(DocumentBase doc)
Parameters
Type Name Description
DocumentBase doc

IndexFieldOptions(SimpleField)

Initializes a new instance of the IndexFieldOptions class.

Declaration
public IndexFieldOptions(SimpleField field)
Parameters
Type Name Description
SimpleField field

The SimpleField from which to load the options.

IndexFieldOptions(ComplexField)

Initializes a new instance of the IndexFieldOptions class.

Declaration
public IndexFieldOptions(ComplexField field)
Parameters
Type Name Description
ComplexField field

The ComplexField from which to load the options.