[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.RefFieldOptions

RefFieldOptions Class

Represents REF field options.

A REF field inserts the text or graphics represented by the bookmarked range.

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

Constructors

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.

Properties

Name Description
Bookmark

Gets or sets the bookmark name for a cross-reference.

DisplayListNumber
DisplayRelative

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

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