Class SdtRangeStart
Represents the start of a structured document tag annotation.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SdtRangeStart : AnnotationRangeStart
Constructors
SdtRangeStart()
Declaration
public SdtRangeStart()
Properties
BackspaceBehavior
Gets or sets the behavior of the backspace operation when it is applied to the structured document tag range start.
Declaration
public override AnnotationMarkerDeleteBehavior BackspaceBehavior { get; }
Property Value
AnnotationMarkerDeleteBehavior
A value representing the backspace behavior for the SdtRangeStart. |
Overrides
DeleteBehavior
Gets or sets the deletion behavior for the Structured Document Tag (SDT) range start.
Declaration
public override AnnotationMarkerDeleteBehavior DeleteBehavior { get; }
Property Value
AnnotationMarkerDeleteBehavior
|
Overrides
IsCopyable
Gets a value indicating whether the structured document tag range start can be copied.
Declaration
public override bool IsCopyable { get; }
Property Value
System.Boolean
|
Overrides
IsRangeDeletable
Gets a value indicating whether the range represented by the SdtRangeStart is deletable.
Declaration
public override bool IsRangeDeletable { get; }
Property Value
System.Boolean
True if the range can be deleted; otherwise, false. |
Overrides
IsRangeEditable
Gets a value indicating whether the range represented by the structured document tag is editable.
Declaration
public override bool IsRangeEditable { get; }
Property Value
System.Boolean
|
Overrides
SdtEnd
Represents the end of a structured document tag (SDT) range, marking the boundary of the content defined within the SDT in a document.
Declaration
public SdtRangeEnd SdtEnd { get; }
Property Value
SdtRangeEnd
|
SdtProperties
Gets or sets the properties of the Structured Document Tag (SDT) associated with the SdtRangeStart.
Declaration
[XamlCompositePropertySerializable]
public SdtProperties SdtProperties { get; set; }
Property Value
SdtProperties
The properties of the SDT, which can be used to define characteristics such as formatting and behavior. |
SkipPositionAfter
Gets or sets the skip position after the structured document tag range start.
Declaration
public override bool SkipPositionAfter { get; }
Property Value
System.Boolean
|
Overrides
SkipPositionBefore
Gets or sets the skip position before the structured document tag range start.
Declaration
public override bool SkipPositionBefore { get; }
Property Value
System.Boolean
The skip position before the current structured document tag range start. |
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 specified document structure collection.
Declaration
public override LayoutBox CreateLayoutBox(DocumentStructureCollection documentCollection)
Parameters
DocumentStructureCollection
documentCollection
The collection of document structures to create a layout box for. |
Returns
LayoutBox
A layout box representing the start of a structured document tag range. |
Overrides
CreateNewElementInstance()
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
DocumentElement
|