[Previous] [Up] [Next]

NSMutableAttributedStringAdditions

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSMutableAttributedStringAdditions

NSMutableAttributedStringAdditions

Declared in: Gui/NSAttributedString.h

Inherits from: NSAttributedString



applyFontTraits:range:

- (void) applyFontTraits: (NSFontTraitMask)mask range: (NSRange)aRange

fixAttachmentAttributeInRange:

- (void) fixAttachmentAttributeInRange: (NSRange)aRange

fixAttributesInRange:

- (void) fixAttributesInRange: (NSRange)aRange

fixFontAttributeInRange:

- (void) fixFontAttributeInRange: (NSRange)aRange

fixParagraphStyleAttributeInRange:

- (void) fixParagraphStyleAttributeInRange: (NSRange)aRange

setAlignment:

- (void) setAlignment: (NSTextAlignment)alignment

subscriptRange:

- (void) subscriptRange: (NSRange)aRange

superscriptRange:

- (void) superscriptRange: (NSRange)aRange

unscriptRange:

- (void) unscriptRange: (NSRange)aRange

updateAttachmentsFromPath:

- (void) updateAttachmentsFromPath: (NSString*)path