[]
Represents RD field options.
An RD field identifies a file to include when creating a table of contents, a table of authorities, or an index using a TOC, TOA, or INDEX field.
public class RdFieldOptions : BaseFieldOptions, IFieldOptions
Public Class RdFieldOptions
Inherits BaseFieldOptions
Implements IFieldOptions
| Name | Description |
|---|---|
| RdFieldOptions(ComplexField) | Initializes a new instance of the RdFieldOptions class. |
| RdFieldOptions(DocumentBase) | Initializes a new instance of the RdFieldOptions class. |
| RdFieldOptions(SimpleField) | Initializes a new instance of the RdFieldOptions class. |
| Name | Description |
|---|---|
| FilePath | Gets or sets the file path to include when creating a table of contents, a table of authorities, or an index. |
| Relative | Gets or sets whether the FilePath is relative to the current document. |
| 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() |