/headers/OfficeImport/WDBorder.h

gehe zur Dokumentation dieser Datei
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 NSColorStub;
00012 
00013 @interface WDBorder : NSObject <NSCopying>
00014 {
00015     int mStyle;
00016     NSColorStub *mColor;
00017     unsigned char mWidth;
00018     unsigned char mSpace;
00019     BOOL mShadow;
00020     BOOL mFrame;
00021 }
00022 
00023 - (id)init;
00024 - (void)dealloc;
00025 - (void)setBorder:(id)fp8;
00026 - (int)style;
00027 - (void)setStyle:(int)fp8;
00028 - (id)color;
00029 - (void)setColor:(id)fp8;
00030 - (unsigned char)width;
00031 - (void)setWidth:(unsigned char)fp8;
00032 - (unsigned char)space;
00033 - (void)setSpace:(unsigned char)fp8;
00034 - (BOOL)shadow;
00035 - (void)setShadow:(BOOL)fp8;
00036 - (BOOL)frame;
00037 - (void)setFrame:(BOOL)fp8;
00038 - (id)copyWithZone:(struct _NSZone *)fp8;
00039 
00040 @end
00041