/headers/OfficeImport/OABDefaultsManager.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 "NSObject.h"
00008 
00009 #import "OABPropertiesManagerProtocol.h"
00010 
00011 @interface OABDefaultsManager : NSObject <OABPropertiesManager>
00012 {
00013 }
00014 
00015 - (BOOL)isFilled;
00016 - (struct EshColor)fillFgColor;
00017 - (struct EshColor)fillBgColor;
00018 - (BOOL)isStroked;
00019 - (struct EshColor)strokeFgColor;
00020 - (struct EshColor)strokeBgColor;
00021 - (struct EshColor)shadowColor;
00022 - (int)fillType;
00023 - (long)fillFgAlpha;
00024 - (long)fillBgAlpha;
00025 - (long)fillAngle;
00026 - (long)fillFocus;
00027 - (const struct EshTablePropVal<EshGradientStop> *)fillGradientColors;
00028 - (unsigned long)fillBlipID;
00029 - (id)fillBlipName;
00030 - (int)strokeFillType;
00031 - (unsigned long)strokeFillBlipID;
00032 - (id)strokeFillBlipName;
00033 - (long)strokeFgAlpha;
00034 - (long)strokeWidth;
00035 - (long)strokeMiterLimit;
00036 - (int)strokeCompoundType;
00037 - (int)strokePresetDash;
00038 - (const struct EshTablePropVal<ChSINT4> *)strokeCustomDash;
00039 - (int)strokeCapStyle;
00040 - (int)strokeJoinStyle;
00041 - (int)strokeStartArrowType;
00042 - (int)strokeStartArrowWidth;
00043 - (int)strokeStartArrowLength;
00044 - (int)strokeEndArrowType;
00045 - (int)strokeEndArrowWidth;
00046 - (int)strokeEndArrowLength;
00047 - (BOOL)isShadowed;
00048 - (int)shadowType;
00049 - (long)shadowAlpha;
00050 - (long)shadowOffsetX;
00051 - (long)shadowOffsetY;
00052 - (long)shadowSoftness;
00053 - (BOOL)isFillOK;
00054 - (BOOL)isStrokeOK;
00055 - (BOOL)isShadowOK;
00056 - (BOOL)isTextPath;
00057 - (id)textPathUnicodeString;
00058 - (int)textPathTextAlignment;
00059 - (long)textPathFontSize;
00060 - (id)textPathFontFamily;
00061 - (BOOL)textPathBold;
00062 - (BOOL)textPathItalic;
00063 - (BOOL)textPathUnderline;
00064 - (BOOL)textPathSmallcaps;
00065 - (BOOL)textPathStrikethrough;
00066 - (BOOL)hidden;
00067 
00068 @end
00069