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 #import "NSCopyingProtocol.h" 00010 00011 @class WDCharacterProperties, WDDocument, WDParagraphProperties, WDStyle, WDTableCellProperties, WDTableRowProperties; 00012 00013 @interface WDTableStyleOverride : NSObject <NSCopying> 00014 { 00015 WDDocument *mDocument; 00016 WDStyle *mStyle; 00017 int mPart; 00018 WDParagraphProperties *mParagraphProperties; 00019 BOOL mParagraphPropertiesOverridden; 00020 WDCharacterProperties *mCharacterProperties; 00021 BOOL mCharacterPropertiesOverridden; 00022 WDTableRowProperties *mTableRowProperties; 00023 BOOL mTableRowPropertiesOverridden; 00024 WDTableCellProperties *mTableCellStyleProperties; 00025 BOOL mTableCellStylePropertiesOverridden; 00026 } 00027 00028 - (id)initWithDocument:(id)fp8; 00029 - (void)dealloc; 00030 - (id)style; 00031 - (void)setStyle:(id)fp8; 00032 - (int)part; 00033 - (void)setPart:(int)fp8; 00034 - (id)paragraphProperties; 00035 - (id)mutableParagraphProperties; 00036 - (BOOL)isParagraphPropertiesOverridden; 00037 - (void)setParagraphPropertiesOverridden:(BOOL)fp8; 00038 - (id)characterProperties; 00039 - (id)mutableCharacterProperties; 00040 - (BOOL)isCharacterPropertiesOverridden; 00041 - (void)setCharacterPropertiesOverridden:(BOOL)fp8; 00042 - (id)tableProperties; 00043 - (BOOL)isTablePropertiesOverridden; 00044 - (id)tableRowProperties; 00045 - (id)mutableTableRowProperties; 00046 - (BOOL)isTableRowPropertiesOverridden; 00047 - (void)setTableRowPropertiesOverridden:(BOOL)fp8; 00048 - (id)tableCellStyleProperties; 00049 - (id)mutableTableCellStyleProperties; 00050 - (BOOL)isTableCellStylePropertiesOverridden; 00051 - (void)setTableCellStylePropertiesOverridden:(BOOL)fp8; 00052 - (id)copyWithZone:(struct _NSZone *)fp8; 00053 00054 @end 00055