/headers/OfficeImport/EMBordersProperty-Private.h

gehe zur Dokumentation dieser Datei
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 <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