[]
Represents SEQ field options.
A SEQ field sequentially numbers chapters, tables, figures, and other user-defined lists of items in a document.
public class SeqFieldOptions : FieldFormatOptions, IFieldOptions
Public Class SeqFieldOptions
Inherits FieldFormatOptions
Implements IFieldOptions
Name | Description |
---|---|
SeqFieldOptions(ComplexField) | Initializes a new instance of the SeqFieldOptions class. |
SeqFieldOptions(DocumentBase, string) | Initializes a new instance of the SeqFieldOptions class. |
SeqFieldOptions(SimpleField) | Initializes a new instance of the SeqFieldOptions class. |
Name | Description |
---|---|
Behavior | Gets or sets the field behavior. Default value is Next. If Bookmark property value is not null the value is Bookmark. |
Bookmark | Gets or sets the bookmark name that refers to an item elsewhere in the document rather than in the current location. Default value is null. |
Hidden | Gets or sets whether to hide the field result. Default value is false. If formating options NumberFormat, NumberStyle and StringStyle are not default the property value is true. |
Id | Gets or sets the name assigned to the series of items that are to be numbered. |
ResetAt | Gets or sets the built-in heading style OutlineLevel at which to reset the sequence if the Behavior property is ResetAt. Default value is Level1. |
ResetTo | Gets or sets the value to reset the sequence if the Behavior property is ResetTo. Default value is 0. |
Name | Description |
---|---|
Save(ComplexField) | Saves options to a ComplexField. |
Save(SimpleField) | Saves options to a SimpleField. |