[]
Represents REF field options.
A REF field inserts the text or graphics represented by the bookmarked range.
public class RefFieldOptions : BaseFieldOptions, IFieldOptions
Public Class RefFieldOptions
Inherits BaseFieldOptions
Implements IFieldOptions
| Name | Description |
|---|---|
| RefFieldOptions(ComplexField) | Initializes a new instance of the RefFieldOptions class. |
| RefFieldOptions(DocumentBase, string) | Initializes a new instance of the RefFieldOptions class. |
| RefFieldOptions(SimpleField) | Initializes a new instance of the RefFieldOptions class. |
| Name | Description |
|---|---|
| Bookmark | Gets or sets the bookmark name for a cross-reference. |
| DisplayListNumber | |
| DisplayRelative | |
| Hyperlink | Gets or sets a value indicating whether to create a hyperlink to the bookmarked paragraph. The default value is false. |
| IncludeReferences | Gets or sets whether to include and increment footnote, endnote or comment numbers. Default value is false. This property has effect when the DisplayListNumber property value is None. |
| LevelSeparator | |
| ResultFormat | Gets or sets the result formatting rule. Default value is None. |
| StringStyle | Gets or sets the string formatting style. Default value is None. |
| 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() |