Prev
Up
Next
Authors
- Richard Frith-Macdonald (
rfm@gnu.org
)
-
Version: $Revision: 1.1 $
Date: $Date: 2002/08/25 02:46:57 $
- Declared in:
- Gui/NSAttributedString.h
Method summary
- (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;
Prev
Up
Next