[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.IFieldOptions

Interface IFieldOptions

Namespace
GrapeCity.Documents.Word.Fields
Assembly
GcDocs.Word.dll

Provides methods for working with field options.

public interface IFieldOptions

Methods

Load(ComplexField)

Loads options from a ComplexField.

void Load(ComplexField field)

Parameters

field ComplexField

The ComplexField from which to load the options.

Load(SimpleField)

Loads options from a SimpleField.

void Load(SimpleField field)

Parameters

field SimpleField

The SimpleField from which to load the options.

Save(ComplexField)

Saves options to a ComplexField.

void Save(ComplexField field)

Parameters

field ComplexField

The ComplexField where to save the options.

Save(SimpleField)

Saves options to a SimpleField.

void Save(SimpleField field)

Parameters

field SimpleField

The SimpleField where to save the options.