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 CPNoCopyDictionary, NSMutableArray, NSString, OABState; 00010 00011 @interface WBReader : NSObject 00012 { 00013 struct WrdBinaryReader *mWrdReader; 00014 struct WrdNoteTable *mFootnoteTable; 00015 struct WrdNoteTable *mEndnoteTable; 00016 struct WrdAnnotationTable *mAnnotationTable; 00017 struct WrdCPTableHeaders *mTableHeaders; 00018 struct WrdBookmarkTable *mBookmarkTable; 00019 struct WrdBookmarkTable *mAnnotationBookmarkTable; 00020 struct WrdFieldPositionTable *mFieldPositionTables; 00021 struct WrdStoryTable *mStoryTable; 00022 struct WrdStoryTable *mHeaderStoryTable; 00023 struct WrdFileShapeAddressTable *mFileShapeAddressTable; 00024 struct WrdFileShapeAddressTable *mFileShapeAddressHeaderTable; 00025 struct WrdEshObjectFactory *mEshObjectFactory; 00026 struct WrdParagraphProperties *mLastRowParagraphProperties; 00027 NSMutableArray *mAnnotationOwners; 00028 CPNoCopyDictionary *mIndexToStyles; 00029 CPNoCopyDictionary *mIndexToFonts; 00030 OABState *mOfficeArtState; 00031 NSString *mFileName; 00032 BOOL mIsThumbnail; 00033 BOOL mReportProgress; 00034 } 00035 00036 + (id)readFromFileName:(id)fp8; 00037 + (id)readFromFileName:(id)fp8 asThumbnail:(BOOL)fp12; 00038 + (id)readFromData:(id)fp8; 00039 + (id)readFromData:(id)fp8 asThumbnail:(BOOL)fp12; 00040 - (void)dealloc; 00041 - (struct WrdReader *)wrdReader; 00042 - (struct OcReader *)ocReader; 00043 - (void)setIsThumbnail:(BOOL)fp8; 00044 - (BOOL)isThumbnail; 00045 - (struct WrdNoteTable *)footnoteTable; 00046 - (struct WrdNoteTable *)endnoteTable; 00047 - (struct WrdAnnotationTable *)annotationTable; 00048 - (id)annotationOwner:(int)fp8; 00049 - (struct WrdCPTableHeaders *)tableHeaders; 00050 - (struct WrdBookmarkTable *)bookmarkTable; 00051 - (struct WrdBookmarkTable *)annotationBookmarkTable; 00052 - (struct WrdFieldPositionTable *)fieldPositionTableForTextType:(int)fp8; 00053 - (id)readCharactersForTextRun:(struct WrdTextRun *)fp8; 00054 - (id)readCharactersFrom:(unsigned long)fp8 to:(unsigned long)fp12 textType:(int)fp16; 00055 - (struct WrdStoryTable *)storyTable; 00056 - (struct WrdStoryTable *)headerStoryTable; 00057 - (struct WrdFileShapeAddressTable *)fileShapeAddressTable; 00058 - (struct WrdFileShapeAddressTable *)fileShapeAddressHeaderTable; 00059 - (struct WrdEshObjectFactory *)eshObjectFactory; 00060 - (struct WrdParagraphProperties *)lastRowParagraphProperties; 00061 - (void)setLastRowParagraphProperties:(struct WrdParagraphProperties *)fp8; 00062 - (id)styleAtIndex:(int)fp8; 00063 - (void)addStyle:(id)fp8 index:(int)fp12; 00064 - (id)fontAtIndex:(int)fp8; 00065 - (void)addFont:(id)fp8 index:(int)fp12; 00066 - (id)fileName; 00067 - (BOOL)reportProgress; 00068 - (void)setReportProgress:(BOOL)fp8; 00069 - (id)officeArtState; 00070 - (void)setOfficeArtState:(id)fp8; 00071 - (id)drawableForShapeId:(unsigned int)fp8; 00072 00073 @end 00074