[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.SectionFieldOptions.-ctor

SectionFieldOptions Constructor

SectionFieldOptions(DocumentBase)

Initializes a new instance of the SectionFieldOptions class.

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

The document whose resources to use in this instance.

SectionFieldOptions(SimpleField)

Initializes a new instance of the SectionFieldOptions class.

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

The SimpleField from which to load the options.

SectionFieldOptions(ComplexField)

Initializes a new instance of the SectionFieldOptions class.

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

The ComplexField from which to load the options.