/headers/OfficeImport/WDCharacterRun.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 NSMutableString, WDCharacterProperties;
00010 
00011 @interface WDCharacterRun : WDRun
00012 {
00013     WDCharacterProperties *mProperties;
00014     NSMutableString *mString;
00015 }
00016 
00017 - (void)dealloc;
00018 - (int)runType;
00019 - (id)properties;
00020 - (void)setPropertiesForDocument;
00021 - (id)string;
00022 - (void)setString:(id)fp8;
00023 - (void)appendString:(id)fp8;
00024 - (id)initWithParagraph:(id)fp8;
00025 - (id)initWithParagraph:(id)fp8 string:(id)fp12;
00026 - (void)removeLastCharacter:(unsigned short)fp8;
00027 - (void)copyPropertiesFrom:(id)fp8;
00028 - (BOOL)isEmpty;
00029 
00030 @end
00031