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