/headers/OfficeImport/OAVShapeManager.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 @class NSDictionary, OCPPackagePart;
00010 
00011 @interface OAVShapeManager : NSObject
00012 {
00013     struct _xmlNode *mShape;
00014     unsigned short mType;
00015     OCPPackagePart *mPackagePart;
00016     NSDictionary *mShapeStyle;
00017     NSDictionary *mTextBoxStyle;
00018 }
00019 
00020 - (id)initWithShape:(struct _xmlNode *)fp8 type:(unsigned short)fp12 packagePart:(id)fp16;
00021 - (void)dealloc;
00022 - (unsigned short)type;
00023 - (struct _xmlNode *)shape;
00024 - (id)packagePart;
00025 - (id)path;
00026 - (id)limo;
00027 - (id)textBodyRects;
00028 - (id)imageRelId;
00029 - (BOOL)isImage;
00030 - (BOOL)isWordArt;
00031 - (BOOL)isFillOK;
00032 - (BOOL)isFilled;
00033 - (id)fillType;
00034 - (id)fillFgColor;
00035 - (float)fillFgAlpha;
00036 - (id)fillBgColor;
00037 - (float)fillBgAlpha;
00038 - (float)fillAngle;
00039 - (float)fillFocus;
00040 - (id)fillGradientColors;
00041 - (id)imageFillId;
00042 - (id)imageFillTitle;
00043 - (BOOL)isStrokeOK;
00044 - (BOOL)isStroked;
00045 - (id)strokeFgColor;
00046 - (id)strokeBgColor;
00047 - (id)strokeFillType;
00048 - (float)strokeFgAlpha;
00049 - (float)strokeWidth;
00050 - (float)strokeMiterLimit;
00051 - (id)strokeCompoundType;
00052 - (id)strokeDashStyle;
00053 - (id)strokeCapStyle;
00054 - (id)strokeJoinStyle;
00055 - (id)strokeStartArrowType;
00056 - (id)strokeStartArrowWidth;
00057 - (id)strokeStartArrowLength;
00058 - (id)strokeEndArrowType;
00059 - (id)strokeEndArrowWidth;
00060 - (id)strokeEndArrowLength;
00061 - (BOOL)isShadowOK;
00062 - (BOOL)isShadowed;
00063 - (id)shadowType;
00064 - (id)shadowColor;
00065 - (float)shadowAlpha;
00066 - (struct _NSPoint)shadowOffsets;
00067 - (id)textWrapStyle;
00068 - (id)textAnchor;
00069 - (BOOL)autoInsets;
00070 - (id)textLayoutFlow;
00071 - (id)textAltLayoutFlow;
00072 - (id)textRotation;
00073 - (BOOL)fitShapeToText;
00074 - (struct OAVTextBoxInsets)textInsets;
00075 
00076 @end
00077