00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/OAVStroke.h>
00008
00009 @interface OAVStroke (Private)
00010 + (int)readCompoundType:(id)fp8;
00011 + (int)readPresetDashStyle:(id)fp8;
00012 + (int)readLineEndType:(id)fp8;
00013 + (int)readLineEndWidth:(id)fp8;
00014 + (int)readLineEndLength:(id)fp8;
00015 + (int)readCapStyle:(id)fp8;
00016 + (void)readLineEnd:(id)fp8 type:(id)fp12 width:(id)fp16 length:(id)fp20;
00017 + (void)readDashStyleFromManager:(id)fp8 toStroke:(id)fp12;
00018 + (void)readJoinStyleFromManager:(id)fp8 toStroke:(id)fp12;
00019 + (id)targetFgColorWithManager:(id)fp8;
00020 + (void)readFillStyleFromManager:(id)fp8 toStroke:(id)fp12;
00021 @end
00022