00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSObject.h" 00008 00009 @class OADColor, OADFontReference; 00010 00011 @interface OADTableTextStyle : NSObject 00012 { 00013 OADFontReference *mFontReference; 00014 OADColor *mColor; 00015 int mBold; 00016 int mItalic; 00017 } 00018 00019 - (id)init; 00020 - (void)dealloc; 00021 - (id)fontReference; 00022 - (void)setFontReference:(id)fp8; 00023 - (id)color; 00024 - (void)setColor:(id)fp8; 00025 - (int)bold; 00026 - (void)setBold:(int)fp8; 00027 - (int)italic; 00028 - (void)setItalic:(int)fp8; 00029 00030 @end 00031