| ComparePosition(UITextPosition, UITextPosition) : Foundation.NSComparisonResultGets a comparison of one position to another. |
| GetBaseWritingDirection(UITextPosition, UITextStorageDirection) : UITextWritingDirectionGets the base writing direction for a text position. |
| GetCaretRectForPosition(UITextPosition) : CoreGraphics.CGRectA rectangle used for drawing a caret at a given insertion point. |
| GetCharacterRange(UITextPosition, UITextLayoutDirection) : UITextRangeGets a character range within the limits of a defined direction. |
| GetCharacterRangeAtPoint(CoreGraphics.CGPoint) : UITextRangeGets the character or a range of characters in a document that exists at a given point. |
| GetClosestPositionToPoint(CoreGraphics.CGPoint) : UITextPositionGets the closest position in a document that exists to a given point. |
| GetClosestPositionToPoint(UITextRange, CoreGraphics.CGPoint) : UITextPositionGets the closest position to a specified point in a document. |
| GetFirstRectForRange(UITextRange) : CoreGraphics.CGRectGets the first rectangle enclosing a specified range of document text. |
| GetOffsetFromPosition(UITextPosition, UITextPosition) : nintGets the number of visible characters between two defined text positions. |
| GetPosition(UITextPosition, nint) : UITextPositionGets the character offset from the initial position. |
| GetPosition(UITextPosition, UITextLayoutDirection, nint) : UITextPositionGets the character offset from an initial position. |
| GetPositionWithinRange(UITextRange, UITextLayoutDirection) : UITextPositionGets a position within a specified range. |
| GetSelectionRects(UITextRange) : UITextSelectionRect[]Gets an array of selection rects that corresponds to a text range. |
| GetTextRange(UITextPosition, UITextPosition) : UITextRangeGets a specified text range. |
| ReplaceText(UITextRange, string)Replaces document text within a specified range. |
| SetBaseWritingDirectionforRange(UITextWritingDirection, UITextRange)Sets a base directon for writing in the specified range of text. |
| SetMarkedText(string, Foundation.NSRange)Sets the marked text and marks it as the current selection. |
| TextInRange(UITextRange) : stringGets all the text that is specified within a certain range. |
| UnmarkText()Unmarks all currently marked text within a document |