Class ToaField
Builds a formatted table of legal authorities from TA field entries, organizing citations by category with page numbers and supporting custom separators and formatting.
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 ToaField : TableFieldBase
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. |