/headers/OfficeImport/WDATextBox.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 NSString, WDAContent, WDDocument, WDText;
00010 
00011 @interface WDATextBox : NSObject
00012 {
00013     int mTextId;
00014     _Bool mOle;
00015     WDDocument *mDocument;
00016     WDAContent *mParent;
00017     WDText *mText;
00018     NSString *mNextTextBox;
00019 }
00020 
00021 - (void)dealloc;
00022 - (id)document;
00023 - (void)setDocument:(id)fp8;
00024 - (int)textId;
00025 - (void)setTextId:(int)fp8;
00026 - (BOOL)isOle;
00027 - (void)setOle:(BOOL)fp8;
00028 - (id)parent;
00029 - (void)setParent:(id)fp8;
00030 - (id)text;
00031 - (void)setText:(id)fp8;
00032 - (id)nextTextBox;
00033 - (void)setNextTextBox:(id)fp8;
00034 
00035 @end
00036