Class BookmarkRangeStart
Represents the start marker of a bookmark.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class BookmarkRangeStart : AnnotationRangeStart, IBookmarkRangeMarker
Constructors
BookmarkRangeStart()
BookmarkRangeStart(String)
Initializes a new instance of the Bookmark
Declaration
public BookmarkRangeStart(string name)
Parameters
System. The name of the bookmark. |
Fields
HiddenPrefix
Declaration
public static readonly string HiddenPrefix
Field Value
System.
|
Properties
BackspaceBehavior
Represents the behavior when the Backspace key is pressed over the annotation.
Declaration
public override AnnotationMarkerDeleteBehavior BackspaceBehavior { get; }
Property Value
Annotation The backspace behavior. |
Overrides
DeleteBehavior
Represents the behavior when the Delete key is pressed over the annotation.
Declaration
public override AnnotationMarkerDeleteBehavior DeleteBehavior { get; }
Property Value
Annotation The delete behavior. |
Overrides
IsCopyable
Gets a value indicating whether this instance is copyable.
Declaration
public override bool IsCopyable { get; }
Property Value
System.
|
Overrides
Name
Gets or sets the name of the bookmark.
Declaration
[XamlSerializable("")]
public string Name { get; set; }
Property Value
System. The name. |
SkipPositionBefore
Determines if the Caret
If the value of this property is true
for an Annotation
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.
Declaration
public override bool SkipPositionBefore { get; }
Property Value
System.
|
Overrides
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from another Document
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
Document The Document |
Overrides
CopyPropertiesFromOverride(DocumentElement)
Copies the properties from another document element to the current instance.
Declaration
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
Parameters
Document The Bookmark |
Overrides
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
Document The new instance. |