/headers/OfficeImport/EDPivotConditionalFormat.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;
00010 
00011 @interface EDPivotConditionalFormat : NSObject
00012 {
00013     unsigned int mPriority;
00014     int mType;
00015     int mScope;
00016     EDCollection *mPivotAreas;
00017 }
00018 
00019 + (id)pivotConditionalFormat;
00020 - (id)init;
00021 - (void)dealloc;
00022 - (unsigned int)priority;
00023 - (void)setPriority:(unsigned int)fp8;
00024 - (int)type;
00025 - (void)setType:(int)fp8;
00026 - (int)scope;
00027 - (void)setScope:(int)fp8;
00028 - (id)pivotAreas;
00029 
00030 @end
00031