/headers/OfficeImport/CMBordersProperty.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/CMProperty.h>
00008 
00009 @class NSColorStub;
00010 
00011 @interface CMBordersProperty : CMProperty
00012 {
00013     NSColorStub *mBorderColor;
00014     NSColorStub *mBorderTopColor;
00015     NSColorStub *mBorderLeftColor;
00016     NSColorStub *mBorderBottomColor;
00017     NSColorStub *mBorderRightColor;
00018     int mBorderStyle;
00019     int mBorderWidth;
00020 }
00021 
00022 + (BOOL)isStroked:(id)fp8;
00023 - (id)init;
00024 - (id)initWithOADStroke:(id)fp8;
00025 - (BOOL)isNoneAtLocation:(int)fp8;
00026 - (void)setNoneAtLocation:(int)fp8;
00027 - (void)adjustValues;
00028 - (id)cssStringForName:(id)fp8;
00029 - (id)cssString;
00030 - (id)stringFromStyleEnum:(int)fp8;
00031 - (id)stringFromWidthEnum:(int)fp8;
00032 - (id)stringFromColor:(id)fp8;
00033 - (id)styleString;
00034 - (id)widthString;
00035 - (id)colorString;
00036 
00037 @end
00038