[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.ListNumFieldOptions.-ctor

ListNumFieldOptions Constructor

ListNumFieldOptions(DocumentBase)

Initializes a new instance of the ListNumFieldOptions class.

Declaration
public ListNumFieldOptions(DocumentBase doc)
Public Sub New(doc As DocumentBase)
Parameters
Type Name Description
DocumentBase doc

The document that provides resources and context for this instance.

ListNumFieldOptions(SimpleField)

Initializes a new instance of the ListNumFieldOptions class.

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

The SimpleField from which the options are loaded.

ListNumFieldOptions(ComplexField)

Initializes a new instance of the ListNumFieldOptions class.

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

The ComplexField from which the options are loaded.