[]
Represents STYLEREF field options.
A STYLEREF field Inserts the nearest piece of text prior to this field that is formatted by the specified style name.
public class StyleRefFieldOptions : BaseFieldOptions, IFieldOptions
Public Class StyleRefFieldOptions
Inherits BaseFieldOptions
Implements IFieldOptions
| Name | Description |
|---|---|
| StyleRefFieldOptions(ComplexField) | Initializes a new instance of the StyleRefFieldOptions class. |
| StyleRefFieldOptions(DocumentBase, string) | Initializes a new instance of the StyleRefFieldOptions class. |
| StyleRefFieldOptions(SimpleField) | Initializes a new instance of the StyleRefFieldOptions class. |
| Name | Description |
|---|---|
| DisplayListNumber | |
| DisplayRelative | |
| NumberFormat | Gets or sets the number format.
The default value is null. |
| NumberStyle | Gets or sets the number formatting style. Default value is None. |
| ResultFormat | Gets or sets the result formatting rule. Default value is None. |
| SearchFromBottomOfPage | Gets or sets a value indicating whether to search from the bottom of the current page, rather from the top. The default value is false. This property has effect when the field is placed in a header or footer. |
| StringStyle | Gets or sets the string formatting style. Default value is None. |
| Style | Gets or sets the style name to search in the document. |
| SuppressListNumberText |
| 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() |