[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.AutoNumOutFieldOptions

AutoNumOutFieldOptions Class

Represents options for the AUTONUMOUT field.

The AUTONUMOUT field automatically numbers paragraphs in outline style.

Note: The AUTONUMOUT field is considered obsolete and is provided only for compatibility with older versions of Microsoft Word. Use ListNumFieldOptions instead.

Inheritance
AutoNumOutFieldOptions
Implements
Namespace: GrapeCity.Documents.Word.Fields
Assembly: DS.Documents.Word.dll
Syntax
public class AutoNumOutFieldOptions : BaseFieldOptions, IFieldOptions
Public Class AutoNumOutFieldOptions
    Inherits BaseFieldOptions
    Implements IFieldOptions

Constructors

Name Description
AutoNumOutFieldOptions(ComplexField)

Initializes a new instance of the AutoNumOutFieldOptions class.

AutoNumOutFieldOptions(DocumentBase)

Initializes a new instance of the AutoNumOutFieldOptions class.

The document that provides resources and context for this instance.
AutoNumOutFieldOptions(SimpleField)

Initializes a new instance of the AutoNumOutFieldOptions class.

Methods

Name Description
Load(ComplexField)

Loads options from the specified ComplexField.

Load(SimpleField)

Loads options from the specified SimpleField.

Save(ComplexField)

Saves the current options to the specified ComplexField.

Save(SimpleField)

Saves the current options to the specified SimpleField.

ToString()