/headers/OfficeImport/OADTableCellBorderStyle.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 @class OADStroke;
00010 
00011 @interface OADTableCellBorderStyle : NSObject
00012 {
00013     OADStroke *mLeftStroke;
00014     OADStroke *mRightStroke;
00015     OADStroke *mTopStroke;
00016     OADStroke *mBottomStroke;
00017     OADStroke *mHorzInsideStroke;
00018     OADStroke *mVertInsideStroke;
00019     OADStroke *mTopLeftToBottomRightStroke;
00020     OADStroke *mBottomLeftToTopRightStroke;
00021 }
00022 
00023 - (void)dealloc;
00024 - (id)stroke:(int)fp8;
00025 - (id)leftStroke;
00026 - (void)setLeftStroke:(id)fp8;
00027 - (id)rightStroke;
00028 - (void)setRightStroke:(id)fp8;
00029 - (id)topStroke;
00030 - (void)setTopStroke:(id)fp8;
00031 - (id)bottomStroke;
00032 - (void)setBottomStroke:(id)fp8;
00033 - (id)horzInsideStroke;
00034 - (void)setHorzInsideStroke:(id)fp8;
00035 - (id)vertInsideStroke;
00036 - (void)setVertInsideStroke:(id)fp8;
00037 - (id)topLeftToBottomRightStroke;
00038 - (void)setTopLeftToBottomRightStroke:(id)fp8;
00039 - (id)bottomLeftToTopRightStroke;
00040 - (void)setBottomLeftToTopRightStrokeStroke:(id)fp8;
00041 
00042 @end
00043