Class WordPositionHandler
Represents a handler for managing document word positions.
Inherited Members
Namespace: Telerik.Windows.Documents
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class WordPositionHandler : ContainerPositionHandler
Constructors
WordPositionHandler(LayoutBox)
Properties
CanMoveToNext
Determines whether the document cursor can be moved to the next position within the Word document.
Declaration
public override bool CanMoveToNext { get; }
Property Value
System.Boolean
|
Overrides
CanMoveToPrevious
Determines whether the WordPositionHandler can move to the previous position.
Declaration
public override bool CanMoveToPrevious { get; }
Property Value
System.Boolean
|
Overrides
Methods
Clone()
Creates a clone of the current WordPositionHandler instance, producing a new instance with identical properties.
Declaration
public override PositionHandler Clone()
Returns
PositionHandler
|
Overrides
GetParentHandler()
Retrieves the parent handler associated with the current WordPositionHandler.
Declaration
public override PositionHandler GetParentHandler()
Returns
PositionHandler
The parent WordPositionHandler, or null if no parent exists. |
Overrides
MoveToFirst()
Moves the position to the first element in the document.
Declaration
public override void MoveToFirst()
Overrides
MoveToLast()
Moves the position to the last element in the document.
Declaration
public override void MoveToLast()
Overrides
MoveToLastNonFormatting()
Moves the cursor to the last non-formatting element in the document.
Declaration
public void MoveToLastNonFormatting()
MoveToNext()
Moves the position of the Word cursor to the next valid location in the document.
Declaration
public override void MoveToNext()
Overrides
MoveToPrevious()
Moves the position to the previous element in the document.
Declaration
public override void MoveToPrevious()