DTTextSelectionRect Protocol Reference
Conforms to | NSObject |
Declared in | DTTextSelectionRect.h |
Tasks
-
rect
property required method -
writingDirection
property required method -
containsStart
property required method -
containsEnd
property required method -
isVertical
property required method
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
Declared In
DTTextSelectionRect.h