Up

NSTextCheckingController class documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2024-11-13 12:52:37 -0500

Software documentation for the NSTextCheckingController class

NSTextCheckingController : NSObject

class_NSTextCheckingController NSObject NSObject NSTextCheckingController NSTextCheckingController NSObject->NSTextCheckingController
Declared in:
AppKit/NSTextCheckingController.h
Availability: MacOS-X 10.15.0

Description forthcoming.

Instance Variables

Method summary


changeSpelling: 

- (void) changeSpelling: (id)sender;
Availability: MacOS-X 10.15.0

Description forthcoming.

checkSpelling: 

- (void) checkSpelling: (id)sender;
Availability: MacOS-X 10.15.0

Description forthcoming.

checkTextInDocument: 

- (void) checkTextInDocument: (id)sender;
Availability: MacOS-X 10.15.0

Description forthcoming.

checkTextInRange: types: options: 

- (void) checkTextInRange: (NSRange)range types: (NSTextCheckingTypes)checkingTypes options: (NSDictionary*)options;
Availability: MacOS-X 10.15.0

Description forthcoming.

checkTextInSelection: 

- (void) checkTextInSelection: (id)sender;
Availability: MacOS-X 10.15.0

Description forthcoming.

client 

- (id<NSTextCheckingClient>) client;
Availability: MacOS-X 10.15.0

Description forthcoming.

considerTextCheckingForRange: 

- (void) considerTextCheckingForRange: (NSRange)range;
Availability: MacOS-X 10.15.0

Description forthcoming.

didChangeSelectedRange 

- (void) didChangeSelectedRange;
Availability: MacOS-X 10.15.0

Description forthcoming.

didChangeTextInRange: 

- (void) didChangeTextInRange: (NSRange)range;
Availability: MacOS-X 10.15.0

Description forthcoming.

ignoreSpelling: 

- (void) ignoreSpelling: (id)sender;
Availability: MacOS-X 10.15.0

Description forthcoming.

initWithClient: 

- (instancetype) initWithClient: (id<NSTextCheckingClient>)client;
Availability: MacOS-X 10.15.0

Description forthcoming.

insertedTextInRange: 

- (void) insertedTextInRange: (NSRange)range;
Availability: MacOS-X 10.15.0

Description forthcoming.

invalidate 

- (void) invalidate;
Availability: MacOS-X 10.15.0

Description forthcoming.

menuAtIndex: clickedOnSelection: effectiveRange: 

- (NSMenu*) menuAtIndex: (NSUInteger)location clickedOnSelection: (BOOL)clickedOnSelection effectiveRange: (NSRangePointer)effectiveRange;
Availability: MacOS-X 10.15.0

Description forthcoming.

orderFrontSubstitutionsPanel: 

- (void) orderFrontSubstitutionsPanel: (id)sender;
Availability: MacOS-X 10.15.0

Description forthcoming.

setSpellCheckerDocumentTag: 

- (void) setSpellCheckerDocumentTag: (NSInteger)tag;
Availability: MacOS-X 10.15.0

Description forthcoming.

showGuessPanel: 

- (void) showGuessPanel: (id)sender;
Availability: MacOS-X 10.15.0

Description forthcoming.

spellCheckerDocumentTag 

- (NSInteger) spellCheckerDocumentTag;
Availability: MacOS-X 10.15.0

Description forthcoming.

updateCandidates 

- (void) updateCandidates;
Availability: MacOS-X 10.15.0

Description forthcoming.

validAnnotations 

- (NSArray*) validAnnotations;
Availability: MacOS-X 10.15.0

Description forthcoming.



Instance Variables for NSTextCheckingController Class

_client

@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.

_spellCheckerDocumentTag

@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