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, NSMutableString; 00010 00011 @interface PptTextBlock : NSObject 00012 { 00013 struct PptTextHeaderAtom *mTextHeader; 00014 NSMutableString *mText; 00015 struct PptStyleTextPropertyAtom *mStyleText; 00016 NSMutableArray *mMetaCharacterFields; 00017 NSMutableArray *mBookmarks; 00018 NSMutableArray *mHyperlinks; 00019 struct PptTextRulerAtom *mTextRuler; 00020 } 00021 00022 - (id)init; 00023 - (void)dealloc; 00024 - (void)readTextBlock:(id)fp8; 00025 - (int)textType; 00026 - (unsigned long)textIndex; 00027 - (id)text; 00028 - (id)metaCharacterFields; 00029 - (id)hyperlinks; 00030 - (struct PptTextRulerAtom *)textRuler; 00031 - (int)paragraphRunCount; 00032 - (struct PptParaRun *)paragraphRunAtIndex:(int)fp8; 00033 - (int)characterRunCount; 00034 - (struct PptCharRun *)characterRunAtIndex:(int)fp8; 00035 00036 @end 00037