Class TaField
Marks a legal citation or authority entry for inclusion in a Table of Authorities field, storing citation text, category, page number formatting, and optional bookmark ranges.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.Fields
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class TaField : Field
Methods
IsSwitchWithArgumentOverride(String)
Determines whether the specified field code switch accepts an argument value.
Declaration
protected override bool IsSwitchWithArgumentOverride(string switchKey)
Parameters
|
System.String
switchKey
The switch key. |
Returns
|
System.Boolean
True if the switch can have argument. |