[]
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.
public class AutoNumOutFieldOptions : BaseFieldOptions, IFieldOptions
Public Class AutoNumOutFieldOptions
Inherits BaseFieldOptions
Implements IFieldOptions
| 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. |
| 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() |