[Previous]
[Up]
[Next]
NSMutableAttributedStringAdditions
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Gui/NSAttributedString.h
Inherits from: NSAttributedString
Instance Variables
Methods
Instances Methods
- (void) applyFontTraits: (NSFontTraitMask)mask range: (NSRange)aRange;
- (void) fixAttachmentAttributeInRange: (NSRange)aRange;
- (void) fixAttributesInRange: (NSRange)aRange;
- (void) fixFontAttributeInRange: (NSRange)aRange;
- (void) fixParagraphStyleAttributeInRange: (NSRange)aRange;
- (void) setAlignment: (NSTextAlignment)alignment;
- (void) subscriptRange: (NSRange)aRange;
- (void) superscriptRange: (NSRange)aRange;
- (void) unscriptRange: (NSRange)aRange;
- (void) updateAttachmentsFromPath: (NSString*)path;