/headers/OfficeImport/EMBordersProperty.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 #import "NSCopyingProtocol.h"
00010 
00011 @class EDBorders, NSColorStub;
00012 
00013 @interface EMBordersProperty : CMProperty <NSCopying>
00014 {
00015     EDBorders *edValue;
00016     NSColorStub *mBorderColor;
00017     NSColorStub *mBorderTopColor;
00018     NSColorStub *mBorderLeftColor;
00019     NSColorStub *mBorderBottomColor;
00020     NSColorStub *mBorderRightColor;
00021     int mBorderStyle;
00022     int mBorderWidth;
00023 }
00024 
00025 - (BOOL)isEqual:(id)fp8;
00026 - (id)copyWithZone:(struct _NSZone *)fp8;
00027 - (id)initWithOADStroke:(id)fp8;
00028 - (id)initWithEDBorders:(id)fp8;
00029 - (id)borderColor;
00030 - (int *)borderStyles;
00031 - (int *)borderWidths;
00032 - (BOOL)isNoneAtLocation:(int)fp8;
00033 - (void)setNoneAtLocation:(int)fp8;
00034 - (id)cssStringForName:(id)fp8;
00035 - (id)cssString;
00036 
00037 @end
00038