00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/OABFillPropertiesManager.h>
00008
00009 #import "OABBasePropertiesManagerProtocol.h"
00010
00011 @interface OABShapeBaseManager : OABFillPropertiesManager <OABBasePropertiesManager>
00012 {
00013 struct EshShapeBase *mShapeBase;
00014 }
00015
00016 - (id)initWithShapeBase:(struct EshShapeBase *)fp8 shapeType:(int)fp12 masterShape:(struct EshShape *)fp16;
00017 - (void)dealloc;
00018 - (BOOL)isStroked;
00019 - (struct EshColor)strokeFgColor;
00020 - (struct EshColor)strokeBgColor;
00021 - (struct EshColor)shadowColor;
00022 - (int)strokeFillType;
00023 - (unsigned long)strokeFillBlipID;
00024 - (id)strokeFillBlipName;
00025 - (long)strokeFgAlpha;
00026 - (long)strokeWidth;
00027 - (long)strokeMiterLimit;
00028 - (int)strokeCompoundType;
00029 - (int)strokePresetDash;
00030 - (const struct EshTablePropVal<ChSINT4> *)strokeCustomDash;
00031 - (int)strokeCapStyle;
00032 - (int)strokeJoinStyle;
00033 - (int)strokeStartArrowType;
00034 - (int)strokeStartArrowWidth;
00035 - (int)strokeStartArrowLength;
00036 - (int)strokeEndArrowType;
00037 - (int)strokeEndArrowWidth;
00038 - (int)strokeEndArrowLength;
00039 - (BOOL)isShadowed;
00040 - (int)shadowType;
00041 - (long)shadowAlpha;
00042 - (long)shadowOffsetX;
00043 - (long)shadowOffsetY;
00044 - (long)shadowSoftness;
00045
00046 @end
00047