FSCellStyle


Inherits From:
NSObject
Declared In:
FSCellStyle.h


Class Description

No class description.


Instance Variables

NSMutableDictionary *_attributes;
NSString *_numberFormat;
NSString *_dateFormat;
NSColor *_negativeColor;
NSNumberFormatter *_numberFormatter;
NSDateFormatter *_dateFormatter;

_attributesNo description.
_numberFormatNo description.
_dateFormatNo description.
_negativeColorNo description.
_numberFormatterNo description.
_dateFormatterNo description.


Method Types

+ defaultCellStyle
- numberFormatter
- dateFormatter
- textAttributes
- alignment
- setAlignment:
- font
- setFont:


Class Methods

defaultCellStyle

+ (FSCellStyle*)defaultCellStyle

No method description.


Instance Methods

alignment

- (NSTextAlignment)alignment

No method description.


dateFormatter

- (NSDateFormatter*)dateFormatter

No method description.


font

- (NSFont*)font

No method description.


numberFormatter

- (NSNumberFormatter*)numberFormatter

No method description.


setAlignment:

- (void)setAlignment:(NSTextAlignment)newAlignment

No method description.


setFont:

- (void)setFont:(NSFont*)font

No method description.


textAttributes

- (NSDictionary*)textAttributes

No method description.


Version 1.1 Copyright ©2002 by Stefan Leuker. All Rights Reserved.