Up
Authors
- Richard Frith-Macdonald (
richard@brainstorm.co.uk
)
-
Date: Generated at 2025-07-12 14:18:56 +0000
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.
- (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: MacOS-X 10.2.0
Description forthcoming.
- (void)
setDefaultTabInterval: (CGFloat)interval;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
setFirstLineHeadIndent: (CGFloat)aFloat;
Availability: OpenStep
Description forthcoming.
- (void)
setHeadIndent: (CGFloat)aFloat;
Availability: OpenStep
Description forthcoming.
- (void)
setHeaderLevel: (NSInteger)level;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setHyphenationFactor: (float)factor;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setLineBreakMode: (NSLineBreakMode)mode;
Availability: OpenStep
Description forthcoming.
- (void)
setLineHeightMultiple: (CGFloat)factor;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
setLineSpacing: (CGFloat)aFloat;
Availability: OpenStep
Description forthcoming.
- (void)
setMaximumLineHeight: (CGFloat)aFloat;
Availability: OpenStep
Description forthcoming.
- (void)
setMinimumLineHeight: (CGFloat)aFloat;
Availability: OpenStep
Description forthcoming.
- (void)
setParagraphSpacing: (CGFloat)aFloat;
Availability: OpenStep
Description forthcoming.
- (void)
setParagraphSpacingBefore: (CGFloat)spacing;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
setParagraphStyle: (
NSParagraphStyle*)obj;
Availability: OpenStep
Description forthcoming.
- (void)
setTabStops: (NSArray*)array;
Availability: OpenStep
Description forthcoming.
- (void)
setTailIndent: (CGFloat)aFloat;
Availability: OpenStep
Description forthcoming.
- (void)
setTextBlocks: (NSArray*)blocks;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setTextLists: (NSArray*)lists;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setTighteningFactorForTruncation: (float)factor;
Availability: MacOS-X 10.4.0
Description forthcoming.
- Declared in:
- AppKit/NSParagraphStyle.h
Availability: OpenStep
Description forthcoming.
Instance Variables
+ (
NSParagraphStyle*)
defaultParagraphStyle;
Availability: OpenStep
Description forthcoming.
+ (NSWritingDirection)
defaultWritingDirectionForLanguage: (NSString*)language;
Availability: MacOS-X 10.2.0
Description forthcoming.
- (NSTextAlignment)
alignment;
Availability: OpenStep
Description forthcoming.
- (NSWritingDirection)
baseWritingDirection;
Availability: MacOS-X 10.2.0
Description forthcoming.
- (CGFloat)
defaultTabInterval;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (CGFloat)
firstLineHeadIndent;
Availability: OpenStep
Description forthcoming.
- (CGFloat)
headIndent;
Availability: OpenStep
Description forthcoming.
- (NSInteger)
headerLevel;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (float)
hyphenationFactor;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (NSLineBreakMode)
lineBreakMode;
Availability: OpenStep
Description forthcoming.
- (CGFloat)
lineHeightMultiple;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (CGFloat)
lineSpacing;
Availability: OpenStep
Description forthcoming.
- (CGFloat)
maximumLineHeight;
Availability: OpenStep
Description forthcoming.
- (CGFloat)
minimumLineHeight;
Availability: OpenStep
Description forthcoming.
- (CGFloat)
paragraphSpacing;
Availability: OpenStep
Description forthcoming.
- (CGFloat)
paragraphSpacingBefore;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (NSArray*)
tabStops;
Availability: OpenStep
Description forthcoming.
- (CGFloat)
tailIndent;
Availability: OpenStep
Description forthcoming.
- (NSArray*)
textBlocks;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (NSArray*)
textLists;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (float)
tighteningFactorForTruncation;
Availability: MacOS-X 10.4.0
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
Availability: OpenStep
Description forthcoming.
Instance Variables
- (NSTextAlignment)
alignment;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (id)
initWithTextAlignment: (NSTextAlignment)align
location: (CGFloat)loc
options: (NSDictionary*)options;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (id)
initWithType: (NSTextTabType)type
location: (CGFloat)loc;
Availability: OpenStep
Description forthcoming.
- (CGFloat)
location;
Availability: OpenStep
Description forthcoming.
- (NSDictionary*)
options;
Availability: MacOS-X 10.3.0
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