[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.ToaFieldOptions

ToaFieldOptions Class

Represents options for configuring a Table of Authorities (TOA) field.

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

A TOA field generates a list of citations along with the page numbers where they appear, based on entries defined by TA (Table of Authorities Entry) fields.

Constructors

Name Description
ToaFieldOptions(ComplexField)

Initializes a new instance of the ToaFieldOptions class.

ToaFieldOptions(DocumentBase)

Initializes a new instance of the ToaFieldOptions class.

ToaFieldOptions(SimpleField)

Initializes a new instance of the ToaFieldOptions class.

Properties

Name Description
Bookmark

Gets or sets the name of the bookmark that restricts the entries to only those within the portion of the document marked by this bookmark.

EntriesCategory

Gets or sets the numeric category of TA (Table of Authorities) fields to collect.

PageNumbers

Gets the options that control how page numbers are displayed in the Table of Authorities (TOA) field result.

RemoveFormatting

Gets or sets a value indicating whether to remove formatting from the entry text in the result of the Table of Authorities (TOA) field.

UseHeading

Gets or sets a value indicating whether to include a category heading for entries in the table of authorities.

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

See Also