Name | Description | |
---|---|---|
SeqFieldOptions Constructor | Overloaded. |
The following tables list the members exposed by SeqFieldOptions.
Name | Description | |
---|---|---|
SeqFieldOptions Constructor | Overloaded. |
Name | Description | |
---|---|---|
Behavior | Gets or sets the field behavior.
Default value is SeqFieldBehavior.Next. If Bookmark property value is not a null reference (Nothing in Visual Basic) the value is SeqFieldBehavior.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 a null reference (Nothing in Visual Basic). | |
Hidden | Gets or sets whether to hide the field result.
Default value is false. If formating options FieldFormatOptions.NumberFormat, FieldFormatOptions.NumberStyle and FieldFormatOptions.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. | |
NumberFormat | Gets or sets the number format.
The default value is a null reference (Nothing in Visual Basic). (Inherited from GrapeCity.Documents.Word.Fields.FieldFormatOptions) | |
NumberStyle | Gets or sets the number formatting style.
Default value is System.Globalization.NumberStyles.None. (Inherited from GrapeCity.Documents.Word.Fields.FieldFormatOptions) | |
ResetAt | Gets or sets the built-in heading style GrapeCity.Documents.Word.OutlineLevel at which to reset the sequence if the Behavior property is SeqFieldBehavior.ResetAt.
Default value is GrapeCity.Documents.Word.OutlineLevel.Level1. | |
ResetTo | Gets or sets the value to reset the sequence if the Behavior property is SeqFieldBehavior.ResetTo.
Default value is 0. | |
ResultFormat | Gets or sets the result formatting rule.
Default value is ResultFormat.None. (Inherited from GrapeCity.Documents.Word.Fields.FieldFormatOptions) | |
StringStyle | Gets or sets the string formatting style.
Default value is StringStyle.None. (Inherited from GrapeCity.Documents.Word.Fields.FieldFormatOptions) |
Name | Description | |
---|---|---|
Load | Overloaded. (Inherited from GrapeCity.Documents.Word.Fields.FieldFormatOptions) | |
Save | Overloaded. Overridden. | |
ToString | Returns a string that represents the current object. (Inherited from GrapeCity.Documents.Word.Fields.FieldFormatOptions) |