/headers/OfficeImport/OADTableCell.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 OADTableCellProperties, OADTextBody;
00010 
00011 @interface OADTableCell : NSObject
00012 {
00013     OADTextBody *mTextBody;
00014     OADTableCellProperties *mProperties;
00015     int mRowSpan;
00016     int mGridSpan;
00017     BOOL mHorzMerge;
00018     BOOL mVertMerge;
00019     int mTopRow;
00020     int mLeftColumn;
00021 }
00022 
00023 - (id)init;
00024 - (void)dealloc;
00025 - (id)textBody;
00026 - (void)setTextBody:(id)fp8;
00027 - (id)properties;
00028 - (void)setProperties:(id)fp8;
00029 - (int)spanAlongDir:(int)fp8;
00030 - (int)rowSpan;
00031 - (void)setRowSpan:(int)fp8;
00032 - (int)gridSpan;
00033 - (void)setGridSpan:(int)fp8;
00034 - (BOOL)horzMerge;
00035 - (void)setHorzMerge:(BOOL)fp8;
00036 - (BOOL)vertMerge;
00037 - (void)setVertMerge:(BOOL)fp8;
00038 - (int)topRow;
00039 - (void)setTopRow:(int)fp8;
00040 - (int)leftColumn;
00041 - (void)setLeftColumn:(int)fp8;
00042 
00043 @end
00044