00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/WXOfficeArt.h>
00008
00009 @interface WXOfficeArt (Private)
00010 + (void)readOAX:(struct _xmlNode *)fp8 parentRElement:(struct _xmlNode *)fp12 parentParagraph:(id)fp16 state:(id)fp20 to:(id)fp24;
00011 + (void)readClientData:(struct _xmlNode *)fp8 state:(id)fp12 to:(id)fp16;
00012 + (void)readPosition:(struct _xmlNode *)fp8 state:(id)fp12 to:(id)fp16 isHorizontal:(_Bool)fp20;
00013 + (void)readWrap:(struct _xmlNode *)fp8 state:(id)fp12 to:(id)fp16;
00014 + (void)readWrapDistance:(struct _xmlNode *)fp8 state:(id)fp12 to:(id)fp16;
00015 + (void)readVml:(struct _xmlNode *)fp8 parentRElement:(struct _xmlNode *)fp12 parentParagraph:(id)fp16 state:(id)fp20 to:(id)fp24;
00016 @end
00017