Up
Authors
Generated by Gregory John Casamento,,,
Date: Generated at 2024-11-13 12:52:37 -0500
class_NSTextCheckingController
NSObject
NSObject
NSTextCheckingController
NSTextCheckingController
NSObject->NSTextCheckingController
Declared in:
AppKit/NSTextCheckingController.h
Availability: MacOS-X 10.15.0
Description forthcoming.
Instance Variables
- (void)
changeSpelling: (id)sender;
Availability: MacOS-X 10.15.0
Description forthcoming.
- (void)
checkSpelling: (id)sender;
Availability: MacOS-X 10.15.0
Description forthcoming.
- (void)
checkTextInDocument: (id)sender;
Availability: MacOS-X 10.15.0
Description forthcoming.
- (void)
checkTextInRange: (NSRange)range
types: (NSTextCheckingTypes)checkingTypes
options: (NSDictionary*)options;
Availability: MacOS-X 10.15.0
Description forthcoming.
- (void)
checkTextInSelection: (id)sender;
Availability: MacOS-X 10.15.0
Description forthcoming.
- (void)
considerTextCheckingForRange: (NSRange)range;
Availability: MacOS-X 10.15.0
Description forthcoming.
- (void)
didChangeSelectedRange ;
Availability: MacOS-X 10.15.0
Description forthcoming.
- (void)
didChangeTextInRange: (NSRange)range;
Availability: MacOS-X 10.15.0
Description forthcoming.
- (void)
ignoreSpelling: (id)sender;
Availability: MacOS-X 10.15.0
Description forthcoming.
- (instancetype)
initWithClient: (id<
NSTextCheckingClient >)client;
Availability: MacOS-X 10.15.0
Description forthcoming.
- (void)
insertedTextInRange: (NSRange)range;
Availability: MacOS-X 10.15.0
Description forthcoming.
- (void)
invalidate ;
Availability: MacOS-X 10.15.0
Description forthcoming.
- (
NSMenu *)
menuAtIndex: (NSUInteger)location
clickedOnSelection: (BOOL)clickedOnSelection
effectiveRange: (NSRangePointer)effectiveRange;
Availability: MacOS-X 10.15.0
Description forthcoming.
- (void)
orderFrontSubstitutionsPanel: (id)sender;
Availability: MacOS-X 10.15.0
Description forthcoming.
- (void)
setSpellCheckerDocumentTag: (NSInteger)tag;
Availability: MacOS-X 10.15.0
Description forthcoming.
- (void)
showGuessPanel: (id)sender;
Availability: MacOS-X 10.15.0
Description forthcoming.
- (NSInteger)
spellCheckerDocumentTag ;
Availability: MacOS-X 10.15.0
Description forthcoming.
- (void)
updateCandidates ;
Availability: MacOS-X 10.15.0
Description forthcoming.
- (NSArray*)
validAnnotations ;
Availability: MacOS-X 10.15.0
Description forthcoming.
Instance Variables for NSTextCheckingController Class
@protected id _client ;
Availability: MacOS-X 10.15.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSInteger _spellCheckerDocumentTag ;
Availability: MacOS-X 10.15.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
Up