/headers/OfficeImport/EDCell.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 "EDKeyedObjectProtocol.h"
00010 
00011 @class EDCellValue, EDConditionalFormatting, EDFormula, EDHyperlink, EDReference, EDResources, EDRow;
00012 
00013 @interface EDCell : NSObject <EDKeyedObject>
00014 {
00015     EDResources *mResources;
00016     EDRow *mRow;
00017     int mColumnNumber;
00018     EDCellValue *mCellValue;
00019     EDFormula *mFormula;
00020     unsigned int mStyleIndex;
00021     EDReference *mMergedCells;
00022     EDConditionalFormatting *mConditionalFormatting;
00023     EDHyperlink *mHyperlink;
00024 }
00025 
00026 + (id)cellWithResources:(id)fp8;
00027 - (id)initWithResources:(id)fp8;
00028 - (void)dealloc;
00029 - (int)key;
00030 - (int)columnNumber;
00031 - (void)setColumnNumber:(int)fp8;
00032 - (id)cellValue;
00033 - (void)setCellValue:(id)fp8;
00034 - (id)formula;
00035 - (void)setFormula:(id)fp8;
00036 - (id)style;
00037 - (void)setStyle:(id)fp8;
00038 - (_Bool)isDefaultStyle;
00039 - (id)mergedCells;
00040 - (id)conditionalFormatting;
00041 - (id)hyperlink;
00042 
00043 @end
00044