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