Prev Up Next

NSMutableAttributedStringAdditions

Authors

Richard Frith-Macdonald (rfm@gnu.org)

Version: $Revision: 1.1 $

Date: $Date: 2002/08/25 02:46:57 $

NSMutableAttributedStringAdditions

NSMutableAttributedStringAdditions : NSAttributedString

Declared in:
Gui/NSAttributedString.h

Method summary

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;



Prev Up Next