/headers/OfficeImport/WDListDefinition.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 NSMutableArray, WDDocument, WDStyle;
00010 
00011 @interface WDListDefinition : NSObject
00012 {
00013     int mType;
00014     NSMutableArray *mLevels;
00015     int mListId;
00016     WDDocument *mDocument;
00017     WDStyle *mListStyle;
00018     WDStyle *mListStyleLink;
00019 }
00020 
00021 - (int)type;
00022 - (void)setType:(int)fp8;
00023 - (int)levelCount;
00024 - (id)levelAt:(int)fp8;
00025 - (id)addLevel;
00026 - (id)listStyle;
00027 - (void)setListStyle:(id)fp8;
00028 - (id)listStyleLink;
00029 - (void)setListStyleLink:(id)fp8;
00030 - (int)listId;
00031 - (void)setListId:(int)fp8;
00032 - (id)document;
00033 - (id)initWithDocument:(id)fp8;
00034 - (void)dealloc;
00035 
00036 @end
00037