FieldRangeStart
Class
Represents the start marker for a field in a RadDocument.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class FieldRangeStart : FieldRangeStartBase, IFieldRangeMarker
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartFieldRangeStartBaseFieldRangeStart...
Implements:
Inherited Members
Constructors
Initializes a new instance of the FieldRangeStart class.
C#
public FieldRangeStart()
Properties
Methods
Copies the content from another FieldRangeStart.
C#
protected override void CopyContentFromOverride(DocumentElement fromElement)
The FieldRangeStart to copy the content from.
Overrides:
Copies the properties from another document element to the current instance.
C#
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
The FieldRangeStart to copy the properties from.
Overrides:
Creates a new instance of this element.
C#
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides: