[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.PageFieldOptions

Class PageFieldOptions

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

Represents PAGE field options.

A PAGE field retrieves the number of the current page.

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

Constructors

PageFieldOptions(ComplexField)

Initializes a new instance of the PageFieldOptions class.

public PageFieldOptions(ComplexField field)

Parameters

field ComplexField

The ComplexField from which to load the options.

PageFieldOptions(DocumentBase)

Initializes a new instance of the PageFieldOptions class.

public PageFieldOptions(DocumentBase doc)

Parameters

doc DocumentBase

The document whose resources to use in this instance.

PageFieldOptions(SimpleField)

Initializes a new instance of the PageFieldOptions class.

public PageFieldOptions(SimpleField field)

Parameters

field SimpleField

The SimpleField from which to load the options.