Handles the positioning of inline boxes in Telerik documents.
Definition
Namespace:Telerik.Windows.Documents
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class InlineBoxPositionHandler : PositionHandler
Inheritance: objectPositionHandlerInlineBoxPositionHandler
Derived Classes:
Inherited Members
Constructors
public InlineBoxPositionHandler(InlineBoxPositionHandler toCopy)
Properties
Determines whether the specified position can be moved to the next inline box.
public override bool CanMoveToNext { get; }
Overrides:
Determines whether the specified position can move to the previous inline box.
public override bool CanMoveToPrevious { get; }
Overrides:
Gets the current inline box position handler.
public InlineLayoutBox CurrentInline { get; }
The current InlineBoxPositionHandler instance.
Methods
Creates a copy of the current InlineBoxPositionHandler instance.
public override PositionHandler Clone()
A new instance of InlineBoxPositionHandler that is a clone of the current instance.
Overrides:
Retrieves the parent inline box position handler associated with the current instance.
public override PositionHandler GetParentHandler()
The parent InlineBoxPositionHandler if one exists; otherwise, null.
Overrides:
Moves the position to the first inline box within the current context.
public override void MoveToFirst()
Overrides:
Moves the inline box position to the last available position.
public override void MoveToLast()
Overrides:
Moves to the next inline box position in the document.
public override void MoveToNext()
Overrides:
Moves the position to the previous inline box within the document.
public override void MoveToPrevious()
Overrides:
Converts the current instance of the InlineBoxPositionHandler class to its string representation.
public override string ToString()
A string that represents the current instance.
Overrides: