ClassPageField
Class
Represents a page field in a document model. The PageField class is used to define fields that can dynamically display information such as page numbers or dates within a document.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class PageField : CodeBasedField, ISupportInitialize
Inheritance: objectFieldCodeBasedFieldPageField
Implements:
Inherited Members
Constructors
PageField()
Declaration
cs-api-definition
public PageField()
Fields
Properties
FieldTypeName
Gets the name of the field type.
Declaration
cs-api-definition
public override string FieldTypeName { get; }
Property Value
Overrides
Methods
CreateInstance()
Creates a new instance of the current field class.
Declaration
cs-api-definition
public override Field CreateInstance()
Returns
The new field instance.
Overrides
GetResultFragment()
Builds the result fragment of the field.
Declaration
cs-api-definition
protected override DocumentFragment GetResultFragment()
Returns
The result fragment.
Overrides