/headers/OfficeImport/EDTable.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 EDCollection, EDReference, EDResources, NSString;
00010 
00011 @interface EDTable : NSObject
00012 {
00013     EDResources *mResources;
00014     unsigned int mStyleIndex;
00015     unsigned int mHeaderRowDxfIndex;
00016     unsigned int mTotalsRowDxfIndex;
00017     unsigned int mDataAreaDxfIndex;
00018     unsigned int mHeaderRowBorderDxfIndex;
00019     unsigned int mTotalsRowBorderDxfIndex;
00020     unsigned int mDataAreaBorderDxfIndex;
00021     unsigned int mTableBorderDxfIndex;
00022     NSString *mName;
00023     NSString *mDisplayName;
00024     EDReference *mTableRange;
00025     NSString *mStyleName;
00026     unsigned int mHeaderRowCount;
00027     unsigned int mTotalsRowCount;
00028     _Bool mShowFirstColumn;
00029     _Bool mShowLastColumn;
00030     _Bool mShowRowStripes;
00031     _Bool mShowColumnStripes;
00032     EDCollection *mTableColumns;
00033 }
00034 
00035 + (id)tableWithResources:(id)fp8;
00036 - (id)initWithResources:(id)fp8;
00037 - (void)dealloc;
00038 - (id)style;
00039 - (void)setStyle:(id)fp8;
00040 - (id)headerRowDxf;
00041 - (void)setHeaderRowDxf:(id)fp8;
00042 - (id)totalsRowDxf;
00043 - (void)setTotalsRowDxf:(id)fp8;
00044 - (id)dataAreaDxf;
00045 - (void)setDataAreaDxf:(id)fp8;
00046 - (id)headerRowBorderDxf;
00047 - (void)setHeaderRowBorderDxf:(id)fp8;
00048 - (id)totalsRowBorderDxf;
00049 - (void)setTotalsRowBorderDxf:(id)fp8;
00050 - (id)dataAreaBorderDxf;
00051 - (void)setDataAreaBorderDxf:(id)fp8;
00052 - (id)tableBorderDxf;
00053 - (void)setTableBorderDxf:(id)fp8;
00054 - (id)name;
00055 - (void)setName:(id)fp8;
00056 - (id)displayName;
00057 - (void)setDisplayName:(id)fp8;
00058 - (id)styleName;
00059 - (void)setStyleName:(id)fp8;
00060 - (id)tableRange;
00061 - (unsigned int)headerRowCount;
00062 - (void)setHeaderRowCount:(unsigned int)fp8;
00063 - (unsigned int)totalsRowCount;
00064 - (void)setTotalsRowCount:(unsigned int)fp8;
00065 - (id)tableColumns;
00066 - (_Bool)showFirstColumn;
00067 - (void)setShowFirstColumn:(_Bool)fp8;
00068 - (_Bool)showLastColumn;
00069 - (void)setShowLastColumn:(_Bool)fp8;
00070 - (_Bool)showRowStripes;
00071 - (void)setShowRowStripes:(_Bool)fp8;
00072 - (_Bool)showColumnStripes;
00073 - (void)setShowColumnStripes:(_Bool)fp8;
00074 - (void)setTableRange:(id)fp8;
00075 
00076 @end
00077