Up

NSTextList class documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2023-12-22 15:07:50 -0500

Software documentation for the NSTextList class

NSTextList : NSObject

Declared in:
AppKit/NSTextList.h
Conforms to:
NSCopying
NSCoding
Availability: MacOS-X 10.4.0

Description forthcoming.

Instance Variables

Method summary

initWithMarkerFormat: options: 

- (id) initWithMarkerFormat: (NSString*)format options: (unsigned int)mask;
Availability: MacOS-X 10.4.0

Description forthcoming.

listOptions 

- (unsigned int) listOptions;
Availability: MacOS-X 10.4.0

Description forthcoming.

markerForItemNumber: 

- (NSString*) markerForItemNumber: (int)item;
Availability: MacOS-X 10.4.0

Description forthcoming.

markerFormat 

- (NSString*) markerFormat;
Availability: MacOS-X 10.4.0

Description forthcoming.

setStartingItemNumber: 

- (void) setStartingItemNumber: (NSInteger)start;
Availability: MacOS-X 10.6.0

Description forthcoming.

startingItemNumber 

- (NSInteger) startingItemNumber;
Availability: MacOS-X 10.6.0

Description forthcoming.



Instance Variables for NSTextList Class

_listOptions

@protected unsigned int _listOptions;
Availability: MacOS-X 10.4.0

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.

_markerFormat

@protected NSString* _markerFormat;
Availability: MacOS-X 10.4.0

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.

_startingItemNumber

@protected NSInteger _startingItemNumber;
Availability: MacOS-X 10.4.0

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