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 <OfficeImport/OADDrawableProperties.h> 00008 00009 @class NSArray, NSString, OADFill, OADTableStyle; 00010 00011 @interface OADTableProperties : OADDrawableProperties 00012 { 00013 NSString *mStyleId; 00014 OADTableStyle *mStyle; 00015 BOOL mRightToLeft; 00016 BOOL mFirstRow; 00017 BOOL mFirstColumn; 00018 BOOL mLastRow; 00019 BOOL mLastColumn; 00020 BOOL mBandRow; 00021 BOOL mBandColumn; 00022 OADFill *mFill; 00023 NSArray *mEffects; 00024 } 00025 00026 + (id)defaultProperties; 00027 - (id)initWithDefaults; 00028 - (void)dealloc; 00029 - (id)styleId; 00030 - (void)setStyleId:(id)fp8; 00031 - (id)style; 00032 - (void)setStyle:(id)fp8; 00033 - (BOOL)rightToLeft; 00034 - (void)setRightToLeft:(BOOL)fp8; 00035 - (BOOL)firstRow; 00036 - (void)setFirstRow:(BOOL)fp8; 00037 - (BOOL)firstColumn; 00038 - (void)setFirstColumn:(BOOL)fp8; 00039 - (BOOL)lastRow; 00040 - (void)setLastRow:(BOOL)fp8; 00041 - (BOOL)lastColumn; 00042 - (void)setLastColumn:(BOOL)fp8; 00043 - (BOOL)bandRow; 00044 - (void)setBandRow:(BOOL)fp8; 00045 - (BOOL)bandColumn; 00046 - (void)setBandColumn:(BOOL)fp8; 00047 - (BOOL)hasBandsNormalToDir:(int)fp8; 00048 - (BOOL)hasVectorNormalToDir:(int)fp8 atExtremePos:(int)fp12; 00049 - (id)fill; 00050 - (void)setFill:(id)fp8; 00051 - (BOOL)hasFill; 00052 - (id)effects; 00053 - (void)setEffects:(id)fp8; 00054 - (BOOL)hasEffects; 00055 00056 @end 00057