[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.SectionPagesFieldOptions

Class SectionPagesFieldOptions

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

Represents SECTIONPAGES field options.

A SECTIONPAGES field retrieves the number of pages in the current section.

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

Constructors

SectionPagesFieldOptions(ComplexField)

Initializes a new instance of the SectionPagesFieldOptions class.

public SectionPagesFieldOptions(ComplexField field)

Parameters

field ComplexField

The ComplexField from which to load the options.

SectionPagesFieldOptions(DocumentBase)

Initializes a new instance of the SectionPagesFieldOptions class.

public SectionPagesFieldOptions(DocumentBase doc)

Parameters

doc DocumentBase

The document whose resources to use in this instance.

SectionPagesFieldOptions(SimpleField)

Initializes a new instance of the SectionPagesFieldOptions class.

public SectionPagesFieldOptions(SimpleField field)

Parameters

field SimpleField

The SimpleField from which to load the options.