[]
        
(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)
Public Sub New(doc As DocumentBase, id As String)
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)
Public Sub New(field As SimpleField)
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)
Public Sub New(field As ComplexField)
Parameters
Type Name Description
ComplexField field

The ComplexField from which to load the options.