Up

NSTextCheckingClient documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2023-12-22 15:07:50 -0500


Contents -

  1. Software documentation for the NSTextCheckingClient protocol
  2. Software documentation for the NSTextInputTraits protocol

Software documentation for the NSTextCheckingClient protocol

NSTextCheckingClient

Declared in:
AppKit/NSTextCheckingClient.h
Conforms to:
NSTextInputClient
NSTextInputTraits
Availability: MacOS-X 10.15.0

Description forthcoming.
Method summary

addAnnotations: range: 

- (void) addAnnotations: (NSDictionary*)annotations range: (NSRange)range;
Availability: MacOS-X 10.15.0

Description forthcoming.

annotatedSubstringForProposedRange: actualRange: 

- (NSAttributedString*) annotatedSubstringForProposedRange: (NSRange)range actualRange: (NSRangePointer)actualRange;
Availability: MacOS-X 10.15.0

Description forthcoming.

candidateListTouchBarItem 

- (NSCandidateListTouchBarItem*) candidateListTouchBarItem;
Availability: MacOS-X 10.15.0

Description forthcoming.

removeAnnotation: range: 

- (void) removeAnnotation: (NSAttributedStringKey)annotationName range: (NSRange)range;
Availability: MacOS-X 10.15.0

Description forthcoming.

replaceCharactersInRange: withAnnotatedString: 

- (void) replaceCharactersInRange: (NSRange)range withAnnotatedString: (NSAttributedString*)annotatedString;
Availability: MacOS-X 10.15.0

Description forthcoming.

selectAndShowRange: 

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

Description forthcoming.

setAnnotations: range: 

- (void) setAnnotations: (NSDictionary*)annotations range: (NSRange)range;
Availability: MacOS-X 10.15.0

Description forthcoming.

viewForRange: firstRect: actualRange: 

- (NSView*) viewForRange: (NSRange)range firstRect: (NSRectPointer)firstRect actualRange: (NSRangePointer)actualRange;
Availability: MacOS-X 10.15.0

Description forthcoming.

Software documentation for the NSTextInputTraits protocol

NSTextInputTraits

Declared in:
AppKit/NSTextCheckingClient.h
Availability: MacOS-X 10.15.0

Description forthcoming.
Method summary

autocorrectionType 

- (NSTextInputTraitType) autocorrectionType;
Availability: MacOS-X 10.15.0

Description forthcoming.

dataDetectionType 

- (NSTextInputTraitType) dataDetectionType;
Availability: MacOS-X 10.15.0

Description forthcoming.

grammarCheckingType 

- (NSTextInputTraitType) grammarCheckingType;
Availability: MacOS-X 10.15.0

Description forthcoming.

linkDetectionType 

- (NSTextInputTraitType) linkDetectionType;
Availability: MacOS-X 10.15.0

Description forthcoming.

setAutocorrectionType: 

- (void) setAutocorrectionType: (NSTextInputTraitType)type;
Availability: MacOS-X 10.15.0

Description forthcoming.

setDataDetectionType: 

- (void) setDataDetectionType: (NSTextInputTraitType)type;
Availability: MacOS-X 10.15.0

Description forthcoming.

setGrammarCheckingType: 

- (void) setGrammarCheckingType: (NSTextInputTraitType)type;
Availability: MacOS-X 10.15.0

Description forthcoming.

setLinkDetectionType: 

- (void) setLinkDetectionType: (NSTextInputTraitType)type;
Availability: MacOS-X 10.15.0

Description forthcoming.

setSmartDashesType: 

- (void) setSmartDashesType: (NSTextInputTraitType)type;
Availability: MacOS-X 10.15.0

Description forthcoming.

setSmartInsertDeleteType: 

- (void) setSmartInsertDeleteType: (NSTextInputTraitType)type;
Availability: MacOS-X 10.15.0

Description forthcoming.

setSmartQuotesType: 

- (void) setSmartQuotesType: (NSTextInputTraitType)type;
Availability: MacOS-X 10.15.0

Description forthcoming.

setSpellCheckingType: 

- (void) setSpellCheckingType: (NSTextInputTraitType)type;
Availability: MacOS-X 10.15.0

Description forthcoming.

setTextCompletionType: 

- (void) setTextCompletionType: (NSTextInputTraitType)type;
Availability: MacOS-X 10.15.0

Description forthcoming.

setTextReplacementType: 

- (void) setTextReplacementType: (NSTextInputTraitType)type;
Availability: MacOS-X 10.15.0

Description forthcoming.

smartDashesType 

- (NSTextInputTraitType) smartDashesType;
Availability: MacOS-X 10.15.0

Description forthcoming.

smartInsertDeleteType 

- (NSTextInputTraitType) smartInsertDeleteType;
Availability: MacOS-X 10.15.0

Description forthcoming.

smartQuotesType 

- (NSTextInputTraitType) smartQuotesType;
Availability: MacOS-X 10.15.0

Description forthcoming.

spellCheckingType 

- (NSTextInputTraitType) spellCheckingType;
Availability: MacOS-X 10.15.0

Description forthcoming.

textCompletionType 

- (NSTextInputTraitType) textCompletionType;
Availability: MacOS-X 10.15.0

Description forthcoming.

textReplacementType 

- (NSTextInputTraitType) textReplacementType;
Availability: MacOS-X 10.15.0

Description forthcoming.


Up