[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.SectionFieldOptions

Class SectionFieldOptions

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

Represents SECTION field options.

A SECTION field retrieves the number of the current section.

public class SectionFieldOptions : FieldFormatOptions, IFieldOptions
Inheritance
SectionFieldOptions
Implements
Inherited Members

Constructors

SectionFieldOptions(ComplexField)

Initializes a new instance of the SectionFieldOptions class.

public SectionFieldOptions(ComplexField field)

Parameters

field ComplexField

The ComplexField from which to load the options.

SectionFieldOptions(DocumentBase)

Initializes a new instance of the SectionFieldOptions class.

public SectionFieldOptions(DocumentBase doc)

Parameters

doc DocumentBase

The document whose resources to use in this instance.

SectionFieldOptions(SimpleField)

Initializes a new instance of the SectionFieldOptions class.

public SectionFieldOptions(SimpleField field)

Parameters

field SimpleField

The SimpleField from which to load the options.