Up

NSText

Authors

Scott Christley( scottc@net-community.com )
Felipe A. Rodriguez( far@ix.netcom.com )
( boehring@biomed.ruhr-uni-bochum.de )
Fred Kiefer( FredKiefer@gmx.de )
Nicola Pero( n.pero@mi.flashnet.it )
The RTFD text class

Copyright: (C) 1996 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSText class
  2. Software documentation for the NSObject(NSTextDelegate) category
  3. Software documentation for the NSText(GNUstepExtensions) category

Software documentation for the NSText class

NSText : NSView

Declared in:
AppKit/NSText.h
Conforms to:
NSChangeSpelling
NSIgnoreMisspelledWords
Standards:

Description forthcoming.

Method summary

RTFDFromRange:

- (NSData*) RTFDFromRange: (NSRange)aRange;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


RTFFromRange:

- (NSData*) RTFFromRange: (NSRange)aRange;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


alignCenter:

- (void) alignCenter: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


alignLeft:

- (void) alignLeft: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


alignRight:

- (void) alignRight: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


alignment

- (NSTextAlignment) alignment;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


backgroundColor

- (NSColor*) backgroundColor;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


changeFont:

- (void) changeFont: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


changeSpelling:

- (void) changeSpelling: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


checkSpelling:

- (void) checkSpelling: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


copy:

- (void) copy: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


copyFont:

- (void) copyFont: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


copyRuler:

- (void) copyRuler: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


cut:

- (void) cut: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


delegate

- (id) delegate;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


delete:

- (void) delete: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


drawsBackground

- (BOOL) drawsBackground;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


encodeWithCoder:

- (void) encodeWithCoder: (NSCoder*)aCoder;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


font

- (NSFont*) font;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


ignoreSpelling:

- (void) ignoreSpelling: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


importsGraphics

- (BOOL) importsGraphics;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


initWithCoder:

- (id) initWithCoder: (NSCoder*)aDecoder;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isEditable

- (BOOL) isEditable;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isFieldEditor

- (BOOL) isFieldEditor;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isHorizontallyResizable

- (BOOL) isHorizontallyResizable;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isRichText

- (BOOL) isRichText;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isRulerVisible

- (BOOL) isRulerVisible;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isSelectable

- (BOOL) isSelectable;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isVerticallyResizable

- (BOOL) isVerticallyResizable;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


maxSize

- (NSSize) maxSize;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


minSize

- (NSSize) minSize;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


paste:

- (void) paste: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


pasteFont:

- (void) pasteFont: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


pasteRuler:

- (void) pasteRuler: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


readRTFDFromFile:

- (BOOL) readRTFDFromFile: (NSString*)path;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


replaceCharactersInRange:withRTF:

- (void) replaceCharactersInRange: (NSRange)aRange withRTF: (NSData*)rtfData;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


replaceCharactersInRange:withRTFD:

- (void) replaceCharactersInRange: (NSRange)aRange withRTFD: (NSData*)rtfdData;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


replaceCharactersInRange:withString:

- (void) replaceCharactersInRange: (NSRange)aRange withString: (NSString*)aString;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


replaceRange:withRTF:

- (void) replaceRange: (NSRange)aRange withRTF: (NSData*)rtfData;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


replaceRange:withRTFD:

- (void) replaceRange: (NSRange)aRange withRTFD: (NSData*)rtfdData;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


replaceRange:withString:

- (void) replaceRange: (NSRange)aRange withString: (NSString*)aString;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


scrollRangeToVisible:

- (void) scrollRangeToVisible: (NSRange)aRange;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


selectAll:

- (void) selectAll: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


selectedRange

- (NSRange) selectedRange;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setAlignment:

- (void) setAlignment: (NSTextAlignment)mode;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setBackgroundColor:

- (void) setBackgroundColor: (NSColor*)color;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setColor:ofRange:

- (void) setColor: (NSColor*)color ofRange: (NSRange)aRange;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setDelegate:

- (void) setDelegate: (id)anObject;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setDrawsBackground:

- (void) setDrawsBackground: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setEditable:

- (void) setEditable: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setFieldEditor:

- (void) setFieldEditor: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setFont:

- (void) setFont: (NSFont*)font;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setFont:ofRange:

- (void) setFont: (NSFont*)font ofRange: (NSRange)aRange;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setHorizontallyResizable:

- (void) setHorizontallyResizable: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setImportsGraphics:

- (void) setImportsGraphics: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setMaxSize:

- (void) setMaxSize: (NSSize)newMaxSize;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setMinSize:

- (void) setMinSize: (NSSize)newMinSize;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setRichText:

- (void) setRichText: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setSelectable:

- (void) setSelectable: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setSelectedRange:

- (void) setSelectedRange: (NSRange)range;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setString:

- (void) setString: (NSString*)aString;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setText:

- (void) setText: (NSString*)string;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setText:range:

- (void) setText: (NSString*)aString range: (NSRange)aRange;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setTextColor:

- (void) setTextColor: (NSColor*)color;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setTextColor:range:

- (void) setTextColor: (NSColor*)color range: (NSRange)aRange;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setUsesFontPanel:

- (void) setUsesFontPanel: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setVerticallyResizable:

- (void) setVerticallyResizable: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


showGuessPanel:

- (void) showGuessPanel: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


sizeToFit

- (void) sizeToFit;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


string

- (NSString*) string;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


subscript:

- (void) subscript: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


superscript:

- (void) superscript: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


text

- (NSString*) text;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


textColor

- (NSColor*) textColor;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


toggleRuler:

- (void) toggleRuler: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


underline:

- (void) underline: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


unscript:

- (void) unscript: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


usesFontPanel

- (BOOL) usesFontPanel;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


writeRTFDToFile:atomically:

- (BOOL) writeRTFDToFile: (NSString*)path atomically: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


Software documentation for the NSObject(NSTextDelegate) category

NSObject(NSTextDelegate)

Declared in:
AppKit/NSText.h
Standards:

Description forthcoming.

Method summary

textDidBeginEditing:

- (void) textDidBeginEditing: (NSNotification*)notification;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


textDidChange:

- (void) textDidChange: (NSNotification*)notification;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


textDidEndEditing:

- (void) textDidEndEditing: (NSNotification*)notification;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


textShouldBeginEditing:

- (BOOL) textShouldBeginEditing: (NSText*)textObject;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


textShouldEndEditing:

- (BOOL) textShouldEndEditing: (NSText*)textObject;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


Software documentation for the NSText(GNUstepExtensions) category

NSText(GNUstepExtensions)

Declared in:
AppKit/NSText.h
Standards:

Description forthcoming.

Method summary

replaceRange:withAttributedString:

- (void) replaceRange: (NSRange)aRange withAttributedString: (NSAttributedString*)attrString;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


textLength

- (unsigned) textLength;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up