/headers/OfficeImport/WDAnnotation.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 <OfficeImport/WDRun.h>
00008 
00009 @class NSDate, NSString, WDCharacterRun, WDText;
00010 
00011 @interface WDAnnotation : WDRun
00012 {
00013     int mType;
00014     WDText *mText;
00015     WDCharacterRun *mReference;
00016     NSDate *mDate;
00017     NSString *mOwner;
00018     WDAnnotation *mOtherEndOfRangedAnnotation;
00019 }
00020 
00021 - (id)initWithParagraph:(id)fp8 type:(int)fp12;
00022 - (id)text;
00023 - (id)reference;
00024 - (int)runType;
00025 - (int)annotationType;
00026 - (id)date;
00027 - (void)setDate:(id)fp8;
00028 - (id)owner;
00029 - (void)setOwner:(id)fp8;
00030 - (id)otherEndOfRangedAnnotation;
00031 - (void)setOtherEndOfRangedAnnotation:(id)fp8;
00032 - (void)dealloc;
00033 
00034 @end
00035