[]
Represents options for the AUTONUMLGL field.
The AUTONUMLGL field automatically numbers paragraphs for legal and technical publications.
Note: The AUTONUMLGL field is considered obsolete and is provided only for compatibility with older versions of Microsoft Word. Use ListNumFieldOptions instead.
public class AutoNumLglFieldOptions : BaseFieldOptions, IFieldOptions
Public Class AutoNumLglFieldOptions
Inherits BaseFieldOptions
Implements IFieldOptions
| Name | Description |
|---|---|
| AutoNumLglFieldOptions(ComplexField) | Initializes a new instance of the AutoNumLglFieldOptions class. |
| AutoNumLglFieldOptions(DocumentBase) | Initializes a new instance of the AutoNumLglFieldOptions class. The document that provides resources and context for this instance. |
| AutoNumLglFieldOptions(SimpleField) | Initializes a new instance of the AutoNumLglFieldOptions class. |
| Name | Description |
|---|---|
| NumberStyle | Gets or sets the number formatting style. The default value is Decimal. |
| Separator | Gets or sets the character that separates the field result from the following content. The default value is the dot ('.') character. |
| SkipPeriod | Gets or sets whether the number is displayed in legal format without a trailing period. The default value is false. |
| 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() |