[Previous] [Up] [Next]

NSMutableAttributedStringAdditions

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSMutableAttributedStringAdditions

NSMutableAttributedStringAdditions

Declared in: Gui/NSAttributedString.h

Inherits from: NSAttributedString


Instance Variables

Methods


Instances Methods

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;