Represents a method that handles the positioning of paragraphs within a document.
Definition
Namespace:Telerik.Windows.Documents
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class ParagraphPositionHandler : ContainerPositionHandler
Inheritance: objectPositionHandlerContainerPositionHandlerParagraphPositionHandler
Inherited Members
Constructors
Properties
Determines whether the position can be moved to the next paragraph within the document.
public override bool CanMoveToNext { get; }
Overrides:
Determines whether the specified position can be moved to the previous position in the document.
public override bool CanMoveToPrevious { get; }
Overrides:
Methods
Retrieves the child position handler for the specified boolean parameter.
public override PositionHandler GetChildPositionHandler(bool first)
Specifies whether to retrieve the handler for a child position.
Returns:Returns an instance of a child position handler if the parameter is true; otherwise, returns null.
Overrides:
Moves the paragraph position to the first paragraph in the document.
public override void MoveToFirst()
Overrides:
Moves the current position of the paragraph to the last position in the document.
public override void MoveToLast()
Overrides:
Moves the paragraph position to the next paragraph in the document.
public override void MoveToNext()
Overrides:
Moves the position to the previous paragraph in the document.
public override void MoveToPrevious()
Overrides: