00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/EMBordersProperty.h>
00008
00009 @interface EMBordersProperty (Private)
00010 - (void)setBorderStyleAndWidth:(int)fp8 location:(unsigned int)fp12;
00011 - (id)stringFromStyleEnum:(int)fp8;
00012 - (id)stringFromWidthEnum:(int)fp8;
00013 - (id)stringFromColor:(id)fp8;
00014 - (id)styleString;
00015 - (id)widthString;
00016 - (id)colorString;
00017 - (BOOL)hasSameStylesAs:(id)fp8;
00018 - (BOOL)hasSameWidthsAs:(id)fp8;
00019 - (BOOL)hasSameColorsAs:(id)fp8;
00020 - (id)styleHashNumber;
00021 - (id)widthHashNumber;
00022 @end
00023