ClassSdtRangeEnd
Represents the end of a structured document tag annotation.
Definition
Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class SdtRangeEnd : AnnotationRangeEnd
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeEndSdtRangeEnd
Inherited Members
Constructors
SdtRangeEnd()
Declaration
public SdtRangeEnd()
Properties
BackspaceBehavior
Gets or sets the behavior of the Backspace key when the end of a structured document tag (SDT) is reached.
Declaration
public override AnnotationMarkerDeleteBehavior BackspaceBehavior { get; }
Property Value
AnnotationMarkerDeleteBehavior
A value indicating how the Backspace key functions at the end of the SDT. Possible values include options that define whether to delete the SDT or just its content.
Overrides
DeleteBehavior
Gets or sets the delete behavior for the structured document tag range end.
Declaration
public override AnnotationMarkerDeleteBehavior DeleteBehavior { get; }
Property Value
AnnotationMarkerDeleteBehavior
A value indicating how the range end should behave when the associated content is deleted.
Overrides
IsCopyable
Gets a value indicating whether the SdtRangeEnd can be copied.
Declaration
public override bool IsCopyable { get; }
Property Value
Overrides
SdtStart
Represents the start of a structured document tag (SDT), which is used to delineate the beginning of a range within a structured document. This member is part of the SdtRangeEnd class in the Telerik Windows Documents Model.
SkipPositionAfter
Gets a value indicating whether there is a skip position after the specified structured document tag (SDT) range end.
Declaration
public override bool SkipPositionAfter { get; }
Property Value
True if there is a skip position after the SDT range end; otherwise, false.
Overrides
SkipPositionBefore
Gets or sets the SkipPositionBefore property, which indicates the position before the structured document tag that should be skipped when rendering the document.
Declaration
public override bool SkipPositionBefore { get; }
Property Value
A bool value indicating whether to skip the position before the SdtRangeEnd.
Overrides
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from another Inline.
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
fromElement
The Inline to copy the content from.
Exceptions
fromElement must not be null.
Cannot copy content to element itself.
Overrides
CopyPropertiesFromOverride(DocumentElement)
Copies the properties from another document element to the current instance.
Declaration
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
Parameters
fromElement
The AnnotationMarkerBase to copy the properties from.
Overrides
CreateLayoutBox(DocumentStructureCollection)
Creates a layout box for the SdtRangeEnd within the specified document structure collection.
Declaration
public override LayoutBox CreateLayoutBox(DocumentStructureCollection documentCollection)
Parameters
documentCollection
The collection of document structures in which the layout box will be created.
Returns
A new layout box representing the end of the structured document tag range.
Overrides
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
The new instance.
Overrides
CreateRangeStartInstance()
Creates the range start instance.
Declaration
protected override AnnotationRangeStart CreateRangeStartInstance()
Returns
The created AnnotationRangeStart.
Overrides
OnParentChanged()
Called when the parent of the element has been changed.
Declaration
protected override void OnParentChanged()
Overrides
OnParentChanging()
Called when the parent of the element is changing.
Declaration
protected override void OnParentChanging()
Overrides