[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.RdFieldOptions

RdFieldOptions Class

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.

Inheritance
RdFieldOptions
Implements
Namespace: GrapeCity.Documents.Word.Fields
Assembly: DS.Documents.Word.dll
Syntax
public class RdFieldOptions : BaseFieldOptions, IFieldOptions
Public Class RdFieldOptions
    Inherits BaseFieldOptions
    Implements IFieldOptions

Constructors

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.

Properties

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.

Methods

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()