Up
Authors
- ANOQ of the sun (
anoq@vip.cybercity.dk
)
-
- Richard Frith-Macdonald (
richard@brainstorm.co.uk
)
-
Version: 1.40
Date: 2003/08/20 12:13:34
Copyright: (C) 1997,1999 Free Software Foundation, Inc.
- Declared in:
- Foundation/NSAttributedString.h
- Conforms to:
- NSCoding
- NSCopying
- NSMutableCopying
Standards:
- MacOS-X
- NotOpenStep
- GNUstep
Description forthcoming.
Method summary
- (id) attribute: (NSString*)attributeName atIndex: (unsigned int)index effectiveRange: (NSRange*)aRange;
Description forthcoming.
- (id) attribute: (NSString*)attributeName atIndex: (unsigned int)index longestEffectiveRange: (NSRange*)aRange inRange: (NSRange)rangeLimit;
Description forthcoming.
- (NSAttributedString*) attributedSubstringFromRange: (NSRange)aRange;
Description forthcoming.
- (NSAttributedString*) attributedSubstringWithRange: (NSRange)aRange;
Description forthcoming.
- (NSDictionary*) attributesAtIndex: (unsigned int)index effectiveRange: (NSRange*)aRange;
Description forthcoming.
- (NSDictionary*) attributesAtIndex: (unsigned int)index longestEffectiveRange: (NSRange*)aRange inRange: (NSRange)rangeLimit;
Description forthcoming.
- (id) initWithAttributedString: (NSAttributedString*)attributedString;
Description forthcoming.
- (id) initWithString: (NSString*)aString;
Description forthcoming.
- (id) initWithString: (NSString*)aString attributes: (NSDictionary*)attributes;
Description forthcoming.
- (BOOL) isEqualToAttributedString: (NSAttributedString*)otherString;
Description forthcoming.
- (unsigned int) length;
Description forthcoming.
- (NSString*) string;
Description forthcoming.
- Declared in:
- Foundation/NSAttributedString.h
Standards:
- MacOS-X
- NotOpenStep
- GNUstep
Description forthcoming.
Method summary
- (void) addAttribute: (NSString*)name value: (id)value range: (NSRange)aRange;
Description forthcoming.
- (void) addAttributes: (NSDictionary*)attributes range: (NSRange)aRange;
Description forthcoming.
- (void) appendAttributedString: (NSAttributedString*)attributedString;
Description forthcoming.
- (void) beginEditing;
Description forthcoming.
- (void) deleteCharactersInRange: (NSRange)aRange;
Description forthcoming.
- (void) endEditing;
Description forthcoming.
- (void) insertAttributedString: (NSAttributedString*)attributedString atIndex: (unsigned int)index;
Description forthcoming.
- (NSMutableString*) mutableString;
Description forthcoming.
- (void) removeAttribute: (NSString*)name range: (NSRange)aRange;
Description forthcoming.
- (void) replaceCharactersInRange: (NSRange)aRange withAttributedString: (NSAttributedString*)attributedString;
Description forthcoming.
- (void) replaceCharactersInRange: (NSRange)aRange withString: (NSString*)aString;
Description forthcoming.
- (void) setAttributedString: (NSAttributedString*)attributedString;
Description forthcoming.
- (void) setAttributes: (NSDictionary*)attributes range: (NSRange)aRange;
Description forthcoming.
Up