DTTextSelectionRect Protocol Reference
| Conforms to | NSObject |
| Declared in | DTTextSelectionRect.h |
Tasks
-
rectproperty required method -
writingDirectionproperty required method -
containsStartproperty required method -
containsEndproperty required method -
isVerticalproperty required method
Properties
containsEnd
Whether the receiver contains the end of the selection
@property (nonatomic, assign) BOOL containsEndDiscussion
Returns YES if the rect contains the end of the selection.
Declared In
DTTextSelectionRect.hcontainsStart
Whether the receiver contains the beginning of the selection
@property (nonatomic, assign) BOOL containsStartDiscussion
Returns YES if the rect contains the start of the selection.
Declared In
DTTextSelectionRect.hisVertical
Whether the receiver contains vertical text.
@property (nonatomic, assign) BOOL isVerticalDeclared In
DTTextSelectionRect.h