Class NumberingField
Abstract base for fields that display numeric values with formatting, such as page numbers and sequence counters.
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 abstract class NumberingField : Field
Constructors
NumberingField(RadFlowDocument)
Initializes a new instance of the NumberingField class.
Declaration
protected NumberingField(RadFlowDocument document)
Parameters
|
RadFlowDocument
document
The document. |