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 NSString; 00010 00011 @interface WDFormField : WDRun 00012 { 00013 unsigned int mPosition; 00014 BOOL mLinkAbsolute; 00015 BOOL mLinkSpecifyingNamedLocation; 00016 NSString *mNamedLocation; 00017 NSString *mURI; 00018 NSString *mMacName; 00019 NSString *mDosName; 00020 } 00021 00022 - (id)initWithParagraph:(id)fp8; 00023 - (void)dealloc; 00024 - (unsigned long)position; 00025 - (void)setPosition:(unsigned long)fp8; 00026 - (BOOL)linkAbsolute; 00027 - (void)setLinkAbsolute:(BOOL)fp8; 00028 - (BOOL)linkSpecifyingNamedLocation; 00029 - (void)setLinkSpecifyingNamedLocation:(BOOL)fp8; 00030 - (id)namedLocation; 00031 - (void)setNamedLocation:(id)fp8; 00032 - (id)URI; 00033 - (void)setURI:(id)fp8; 00034 - (id)macName; 00035 - (void)setMacName:(id)fp8; 00036 - (id)dosName; 00037 - (void)setDosName:(id)fp8; 00038 - (int)runType; 00039 00040 @end 00041