Class
PageRefField

Represents a PAGEREF field that displays the page number of a referenced bookmark for cross-referencing.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Fields

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public class PageRefField : NumberingField

Inheritance: objectFieldNumberingFieldPageRefField

Inherited Members Field.EncodeParameter(string)Field.GetFormattedDate(DateTime)Field.DateTimeFormattingField.NumericFormattingField.GeneralFormattingsField.Document

Methods

IsSwitchWithArgumentOverride(string)

Determines whether a switch can have an argument.

Declaration

cs-api-definition
protected override bool IsSwitchWithArgumentOverride(string switchKey)

Parameters

switchKey

string

The switch key.

Returns

bool

True if the switch can have argument.

Overrides Field.IsSwitchWithArgumentOverride(string)