Class
AnnotationRangeEnd

Represents the end marker for an annotation range in a RadDocument.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public abstract class AnnotationRangeEnd : AnnotationRangeMarkerBase

Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeEnd

Derived Classes: BookmarkRangeEndCodeAnnotationRangeEndCommentRangeEndFieldRangeEndBasePermissionRangeEndRevisionRangeEndSdtRangeEnd

Inherited Members AnnotationMarkerBase.CreateLayoutBox(DocumentStructureCollection)AnnotationMarkerBase.CopyPropertiesFromOverride(DocumentElement)AnnotationMarkerBase.AnnotationIDAnnotationMarkerBase.SkipPositionBeforeAnnotationMarkerBase.SkipPositionAfterAnnotationMarkerBase.IsWordSeparatorAnnotationMarkerBase.IsCopyableAnnotationMarkerBase.DeleteBehaviorAnnotationMarkerBase.BackspaceBehaviorAnnotationMarkerBase.DeleteSelectedBehaviorInline.CopyFromPositionToEndOfInline(DocumentPosition, DocumentPosition)Inline.CopyFromStartOfInlineToEndPosition(DocumentPosition)Inline.CopyContentFromOverride(DocumentElement)Inline.CopyContentFrom(DocumentElement)Inline.FieldStartDocumentElement.CreateNewElementInstance()DocumentElement.GetStyleProperty(IStylePropertyDefinition)DocumentElement.GetStyleProperty(string)DocumentElement.EnumerateChildrenOfType<T>()DocumentElement.GetParentOfType<T>()DocumentElement.CreateLayoutBox()DocumentElement.CopyPropertiesFrom(DocumentElement)DocumentElement.CopyPropertiesFromStyle(StyleDefinition)DocumentElement.ExtractStyleFromProperties()DocumentElement.ExtractStyleFromLocalProperties()DocumentElement.InvalidateAssociatedBoxesArrange()DocumentElement.InvalidateAssociatedBoxesMeasure()DocumentElement.InvalidateAssociatedBoxesLayout()DocumentElement.GetAssociatedLayoutBoxes()DocumentElement.GetRootDocument()DocumentElement.CreateDeepCopy()DocumentElement.CreateShallowCopy()DocumentElement.GetPropertyValueSource(IStylePropertyDefinition)DocumentElement.ClearValue(IStylePropertyDefinition)DocumentElement.OnRemoved()DocumentElement.OnStyleChanging()DocumentElement.OnStyleChanged()DocumentElement.OnStylePropertyChanged(StylePropertyChangeEventArgs)DocumentElement.OnParentChanging()DocumentElement.OnParentChanged()DocumentElement.ChildIndexDocumentElement.HasStyleDocumentElement.StyleDocumentElement.StyleNameDocumentElement.TagDocumentElement.FirstLayoutBoxDocumentElement.IsFirstLayoutBoxInitializedDocumentElement.DocumentElementsDocumentElement.ParentDocumentElement.ChildrenDocumentElement.PreviousSiblingDocumentElement.NextSiblingDocumentElement.CursorDocumentElement.StyleChangingDocumentElement.StyleChangedDocumentElement.StylePropertyChangedDocumentElement.ParentChangingDocumentElement.ParentChangedDocumentElement.PropertyValueChanged

Constructors

AnnotationRangeEnd()

Initializes a new instance of the AnnotationRangeEnd class.

Declaration

cs-api-definition
public AnnotationRangeEnd()

Properties

CreatePairedStartOnCopy

Gets a value indicating whether a new paired AnnotationRangeStart will be created during copy operation.

Default value is false.

This property is provided for backward compatibility.

Declaration

cs-api-definition
protected virtual bool CreatePairedStartOnCopy { get; }

Property Value

bool

Should pair annotation.

IsPaired

Gets a value indicating whether this instance is paired with an AnnotationRangeStart.

Declaration

cs-api-definition
public override bool IsPaired { get; }

Property Value

bool

true if this instance is paired; otherwise, false.

Overrides AnnotationRangeMarkerBase.IsPaired

Start

Gets or sets the associated AnnotationRangeStart

Declaration

cs-api-definition
public AnnotationRangeStart Start { get; set; }

Property Value

AnnotationRangeStart

The start.

Methods

CreatePairedStart()

Creates an AnnotationRangeStart and pairs it with the current instance.

Declaration

cs-api-definition
public virtual AnnotationRangeStart CreatePairedStart()

Returns

AnnotationRangeStart

The created AnnotationRangeStart.

CreateRangeStartInstance()

Creates the range start instance.

Declaration

cs-api-definition
protected abstract AnnotationRangeStart CreateRangeStartInstance()

Returns

AnnotationRangeStart

The created AnnotationRangeStart.

PairWithStart(AnnotationRangeStart)

Pairs the current instance with an AnnotationRangeStart.

Declaration

cs-api-definition
public void PairWithStart(AnnotationRangeStart annotationRangeStart)

Parameters

annotationRangeStart

AnnotationRangeStart

The annotation range start.

PairWithStartOverride(AnnotationRangeStart)

Pairs the current instance with an AnnotationRangeStart.

Declaration

cs-api-definition
protected virtual void PairWithStartOverride(AnnotationRangeStart annotationRangeStart)

Parameters

annotationRangeStart

AnnotationRangeStart

The annotation range start.

UpdateAnnotationID()

Updates the annotation identifier.

Declaration

cs-api-definition
public virtual void UpdateAnnotationID()