NSParagraphStyle
Authors
- Richard Frith-Macdonald(
richard@brainstorm.co.uk
)
-
NSParagraphStyle and NSMutableParagraphStyle
hold paragraph style information NSTextTab holds information
about a single tab stop
Copyright: (C) 1996 Free Software Foundation, Inc.
Software documentation for the NSMutableParagraphStyle
class
Declared: AppKit/NSParagraphStyle.h
addTabStop:
- (void) addTabStop: (NSTextTab*)anObject;
removeTabStop:
- (void) removeTabStop: (NSTextTab*)anObject;
setAlignment:
- (void) setAlignment: (NSTextAlignment)newAlignment;
setFirstLineHeadIndent:
- (void) setFirstLineHeadIndent: (float)aFloat;
setHeadIndent:
- (void) setHeadIndent: (float)aFloat;
setLineBreakMode:
- (void) setLineBreakMode: (NSLineBreakMode)mode;
setLineSpacing:
- (void) setLineSpacing: (float)aFloat;
setMaximumLineHeight:
- (void) setMaximumLineHeight: (float)aFloat;
setMinimumLineHeight:
- (void) setMinimumLineHeight: (float)aFloat;
setParagraphSpacing:
- (void) setParagraphSpacing: (float)aFloat;
setParagraphStyle:
- (void) setParagraphStyle: (NSParagraphStyle*)obj;
setTabStops:
- (void) setTabStops: (NSArray*)array;
setTailIndent:
- (void) setTailIndent: (float)aFloat;
Software documentation for the NSParagraphStyle class
Declared: AppKit/NSParagraphStyle.h
Conform: NSCopying
Conform: NSMutableCopying
Conform: NSCoding
defaultParagraphStyle
+ (NSParagraphStyle*) defaultParagraphStyle;
alignment
- (NSTextAlignment) alignment;
firstLineHeadIndent
- (float) firstLineHeadIndent;
headIndent
- (float) headIndent;
lineBreakMode
- (NSLineBreakMode) lineBreakMode;
lineSpacing
- (float) lineSpacing;
maximumLineHeight
- (float) maximumLineHeight;
minimumLineHeight
- (float) minimumLineHeight;
paragraphSpacing
- (float) paragraphSpacing;
tabStops
- (NSArray*) tabStops;
tailIndent
- (float) tailIndent;
Software documentation for the NSTextTab class
Declared: AppKit/NSParagraphStyle.h
Conform: NSCopying
initWithType:location:
- (id) initWithType: (NSTextTabType)type location: (float)loc;
location
- (float) location;
tabStopType
- (NSTextTabType) tabStopType;