/headers/OfficeImport/OADGraphicProperties.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/OADDrawableProperties.h>
00008 
00009 @class NSArray, OADFill, OADStroke;
00010 
00011 @interface OADGraphicProperties : OADDrawableProperties
00012 {
00013     OADFill *mFill;
00014     NSArray *mEffects;
00015     OADStroke *mStroke;
00016     BOOL mHasIsBehindText;
00017     BOOL mIsBehindText;
00018 }
00019 
00020 - (id)initWithDefaults;
00021 - (void)dealloc;
00022 - (void)setParent:(id)fp8;
00023 - (id)fill;
00024 - (void)setFill:(id)fp8;
00025 - (BOOL)hasFill;
00026 - (id)effects;
00027 - (void)setEffects:(id)fp8;
00028 - (BOOL)hasEffects;
00029 - (id)stroke;
00030 - (void)setStroke:(id)fp8;
00031 - (BOOL)hasStroke;
00032 - (BOOL)isBehindText;
00033 - (void)setIsBehindText:(BOOL)fp8;
00034 - (BOOL)hasIsBehindText;
00035 
00036 @end
00037