Up
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.
- Declared in:
- AppKit/NSParagraphStyle.h
Availability: OpenStep
Description forthcoming.
Method summary
- (void)
addTabStop: (
NSTextTab*)anObject;
Availability: OpenStep
Description forthcoming.
- (void)
removeTabStop: (
NSTextTab*)anObject;
Availability: OpenStep
Description forthcoming.
- (void)
setAlignment: (
NSTextAlignment)newAlignment;
Availability: OpenStep
Description forthcoming.
- (void)
setBaseWritingDirection: (
NSWritingDirection)direction;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setDefaultTabInterval: (float)interval;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setFirstLineHeadIndent: (float)aFloat;
Availability: OpenStep
Description forthcoming.
- (void)
setHeadIndent: (float)aFloat;
Availability: OpenStep
Description forthcoming.
- (void)
setHeaderLevel: (int)level;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setHyphenationFactor: (float)factor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setLineBreakMode: (
NSLineBreakMode)mode;
Availability: OpenStep
Description forthcoming.
- (void)
setLineHeightMultiple: (float)factor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setLineSpacing: (float)aFloat;
Availability: OpenStep
Description forthcoming.
- (void)
setMaximumLineHeight: (float)aFloat;
Availability: OpenStep
Description forthcoming.
- (void)
setMinimumLineHeight: (float)aFloat;
Availability: OpenStep
Description forthcoming.
- (void)
setParagraphSpacing: (float)aFloat;
Availability: OpenStep
Description forthcoming.
- (void)
setParagraphSpacingBefore: (float)spacing;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setParagraphStyle: (
NSParagraphStyle*)obj;
Availability: OpenStep
Description forthcoming.
- (void)
setTabStops: (
NSArray*)array;
Availability: OpenStep
Description forthcoming.
- (void)
setTailIndent: (float)aFloat;
Availability: OpenStep
Description forthcoming.
- (void)
setTextBlocks: (
NSArray*)blocks;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setTextLists: (
NSArray*)lists;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setTighteningFactorForTruncation: (float)factor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- Declared in:
- AppKit/NSParagraphStyle.h
- Conforms to:
- NSCopying
- NSMutableCopying
- NSCoding
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
+ (
NSParagraphStyle*)
defaultParagraphStyle;
Availability: OpenStep
Description forthcoming.
+ (
NSWritingDirection)
defaultWritingDirectionForLanguage: (
NSString*)language;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSTextAlignment)
alignment;
Availability: OpenStep
Description forthcoming.
- (
NSWritingDirection)
baseWritingDirection;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (float)
defaultTabInterval;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (float)
firstLineHeadIndent;
Availability: OpenStep
Description forthcoming.
- (float)
headIndent;
Availability: OpenStep
Description forthcoming.
- (int)
headerLevel;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (float)
hyphenationFactor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLineBreakMode)
lineBreakMode;
Availability: OpenStep
Description forthcoming.
- (float)
lineHeightMultiple;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (float)
lineSpacing;
Availability: OpenStep
Description forthcoming.
- (float)
maximumLineHeight;
Availability: OpenStep
Description forthcoming.
- (float)
minimumLineHeight;
Availability: OpenStep
Description forthcoming.
- (float)
paragraphSpacing;
Availability: OpenStep
Description forthcoming.
- (float)
paragraphSpacingBefore;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSArray*)
tabStops;
Availability: OpenStep
Description forthcoming.
- (float)
tailIndent;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
textBlocks;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSArray*)
textLists;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (float)
tighteningFactorForTruncation;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSParagraphStyle Class
@protected NSTextAlignment _alignment;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSWritingDirection _baseDirection;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _defaultTabInterval;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _firstLineHeadIndent;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _headIndent;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected int _headerLevel;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _hyphenationFactor;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSLineBreakMode _lineBreakMode;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _lineHeightMultiple;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _lineSpacing;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _maximumLineHeight;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _minimumLineHeight;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _paragraphSpacing;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _paragraphSpacingBefore;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSMutableArray* _tabStops;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _tailIndent;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSArray* _textBlocks;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSArray* _textLists;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _tighteningFactorForTruncation;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- AppKit/NSParagraphStyle.h
- Conforms to:
- NSCopying
- NSCoding
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
- (
NSTextAlignment)
alignment;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id)
initWithTextAlignment: (
NSTextAlignment)align
location: (float)loc
options: (
NSDictionary*)options;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id)
initWithType: (
NSTextTabType)type
location: (float)loc;
Availability: OpenStep
Description forthcoming.
- (float)
location;
Availability: OpenStep
Description forthcoming.
- (
NSDictionary*)
options;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSTextTabType)
tabStopType;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSTextTab Class
@protected NSTextAlignment _alignment;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _location;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSDictionary* _options;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSTextTabType _tabStopType;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up