Conforms to NSObject
Declared in DTTextSelectionRect.h

Overview

Protocol for a objects representing part of a text selection.

Tasks

Properties

containsEnd

Whether the receiver contains the end of the selection

@property (nonatomic, assign) BOOL containsEnd

Discussion

Returns YES if the rect contains the end of the selection.

Declared In

DTTextSelectionRect.h

containsStart

Whether the receiver contains the beginning of the selection

@property (nonatomic, assign) BOOL containsStart

Discussion

Returns YES if the rect contains the start of the selection.

Declared In

DTTextSelectionRect.h

isVertical

Whether the receiver contains vertical text.

@property (nonatomic, assign) BOOL isVertical

Discussion

Returns YES if the rect is for vertically oriented text.

Note: This is not implemented

Declared In

DTTextSelectionRect.h

rect

The frame rectangle of the selection

@property (nonatomic, assign) CGRect rect

Declared In

DTTextSelectionRect.h

writingDirection

The writing direction of the selection

@property (nonatomic, assign) UITextWritingDirection writingDirection

Discussion

Note: This is not implemented

Declared In

DTTextSelectionRect.h