Class
AnnotationRangeStart

Represents the start 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 AnnotationRangeStart : AnnotationRangeMarkerBase

Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStart

Derived Classes: BookmarkRangeStartCodeAnnotationRangeStartCommentRangeStartFieldRangeStartBasePermissionRangeStartRevisionRangeStartSdtRangeStart

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

AnnotationRangeStart()

Declaration

cs-api-definition
protected AnnotationRangeStart()

Properties

End

Gets or sets the associated AnnotationRangeEnd.

Declaration

cs-api-definition
public AnnotationRangeEnd End { get; set; }

Property Value

AnnotationRangeEnd

The end.

IsPaired

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

Declaration

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

Property Value

bool

true if this instance is paired; otherwise, false.

Overrides AnnotationRangeMarkerBase.IsPaired

IsRangeDeletable

Gets a value indicating whether this range can be deleted.

Declaration

cs-api-definition
public virtual bool IsRangeDeletable { get; }

Property Value

bool

true if this range is deletable; otherwise, false.

IsRangeEditable

Gets a value indicating whether this range is editable.

Declaration

cs-api-definition
public virtual bool IsRangeEditable { get; }

Property Value

bool

true if this range is editable; otherwise, false.

ShouldSpellcheck

Gets a value indicating whether the contents of the annotation should be included in the spellcheck.

Declaration

cs-api-definition
public virtual bool ShouldSpellcheck { get; }

Property Value

bool

true if the contents of the annotation should be included in the spellcheck; otherwise, false.

SkipPositionsInRange

Determines if the CaretPosition will be put before or after the annotation marker.

If the value of this property is true for an AnnotationRangeStart, then if you move the caret to the annotation start and start typing,

the newly inserted text will be considered as part of the annotation. Vice versa, if it is set to false, the typed text will be inserted before the annotation.

The behavior of AnnotationRangeEnd is also controlled in the same manner.

Declaration

cs-api-definition
public virtual bool SkipPositionsInRange { get; }

Property Value

bool

true if the position before the marker will be skipped; otherwise, false.