[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.SeqFieldOptions.-ctor

SeqFieldOptions Constructor

SeqFieldOptions(DocumentBase, string)

Initializes a new instance of the SeqFieldOptions class.

Declaration
public SeqFieldOptions(DocumentBase doc, string id)
Parameters
Type Name Description
DocumentBase doc

The document whose resources to use in this instance.

string id

The name assigned to the series of items that are to be numbered.

SeqFieldOptions(SimpleField)

Initializes a new instance of the SeqFieldOptions class.

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

The SimpleField from which to load the options.

SeqFieldOptions(ComplexField)

Initializes a new instance of the SeqFieldOptions class.

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

The ComplexField from which to load the options.