Class SdtRangeEnd
Represents the end of a structured document tag annotation.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SdtRangeEnd : AnnotationRangeEnd
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
System.Boolean
|
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.
Declaration
public SdtRangeStart SdtStart { get; }
Property Value
SdtRangeStart
|
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
System.Boolean
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
System.Boolean
A |
Overrides
Methods
CopyContentFromOverride(DocumentElement)
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
|
Overrides
CopyPropertiesFromOverride(DocumentElement)
Declaration
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
|
Overrides
CreateLayoutBox(DocumentStructureCollection)
Creates a layout box for the SdtRangeEnd within the specified document structure collection.
Declaration
public override LayoutBox CreateLayoutBox(DocumentStructureCollection documentCollection)
Parameters
DocumentStructureCollection
documentCollection
The collection of document structures in which the layout box will be created. |
Returns
LayoutBox
A new layout box representing the end of the structured document tag range. |
Overrides
CreateNewElementInstance()
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
DocumentElement
|
Overrides
CreateRangeStartInstance()
Declaration
protected override AnnotationRangeStart CreateRangeStartInstance()
Returns
AnnotationRangeStart
|