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 EDAlignmentInfo, EDBorders, EDContentFormat, EDFill, EDFont, EDProtection; 00012 00013 @interface EDDifferentialStyle : NSObject <NSCopying> 00014 { 00015 EDAlignmentInfo *mAlignmentInfo; 00016 EDBorders *mBorders; 00017 EDFill *mFill; 00018 EDFont *mFont; 00019 EDProtection *mProtection; 00020 EDContentFormat *mContentFormat; 00021 } 00022 00023 + (id)differentialStyle; 00024 - (void)dealloc; 00025 - (id)copyWithZone:(struct _NSZone *)fp8; 00026 - (id)alignmentInfo; 00027 - (void)setAlignmentInfo:(id)fp8; 00028 - (id)borders; 00029 - (void)setBorders:(id)fp8; 00030 - (id)fill; 00031 - (void)setFill:(id)fp8; 00032 - (id)font; 00033 - (void)setFont:(id)fp8; 00034 - (id)protection; 00035 - (void)setProtection:(id)fp8; 00036 - (id)contentFormat; 00037 - (void)setContentFormat:(id)fp8; 00038 00039 @end 00040