00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/STRootStorage.h>
00008
00009 @interface STRootStorage (SummaryInfo)
00010 - (id)getDocumentProperty:(int)fp8 withId:(int)fp12 PropType:(int *)fp16;
00011 - (id)getStringDocumentPropertyWithId:(int)fp8 givenPropStream:(int)fp12;
00012 - (long)getLongDocumentPropertyWithId:(int)fp8 givenPropStream:(int)fp12;
00013 - (short)getShortDocumentPropertyWithId:(int)fp8 givenPropStream:(int)fp12;
00014 - (void)setDocumentProperty:(int)fp8 withId:(int)fp12 AndType:(int)fp16 AndValue:(void *)fp20;
00015 - (void)setStringDocumentPropertyWithId:(int)fp8 to:(id)fp12 givenPropStream:(int)fp16;
00016 - (void)setLongDocumentPropertyWithId:(int)fp8 to:(long)fp12 givenPropStream:(int)fp16;
00017 - (void)setShortDocumentPropertyWithId:(int)fp8 to:(short)fp12 givenPropStream:(int)fp16;
00018 - (void)setBlobDocumentPropertyWithId:(int)fp8 to:(void *)fp12 givenPropStream:(int)fp16;
00019 - (void)setDefaultDocumentProperties;
00020 @end
00021