/headers/OfficeImport/WDAContent.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 "OADClientProtocol.h"
00010 #import "OADTextClientProtocol.h"
00011 
00012 @class NSString, OADDrawable, WDABoundingBox, WDATextBox;
00013 
00014 @interface WDAContent : NSObject <OADClient, OADTextClient>
00015 {
00016     WDATextBox *mTextBox;
00017     OADDrawable *mDrawable;
00018     WDABoundingBox *mBoundingBox;
00019     double mWrapDistanceLeft;
00020     double mWrapDistanceTop;
00021     double mWrapDistanceRight;
00022     double mWrapDistanceBottom;
00023     int mHorizontalPosition;
00024     int mRelativeHorizontalPosition;
00025     int mVerticalPosition;
00026     int mRelativeVerticalPosition;
00027     BOOL mBehindText;
00028     NSString *mId;
00029     BOOL mMoveWithText;
00030     int mZIndexTotal;
00031     int mZIndex;
00032     _Bool mShapeAddressSet;
00033     int mTextWrappingMode;
00034     int mTextWrappingModeType;
00035     int mShapeRelativeHorizontalPosition;
00036     int mShapeRelativeVerticalPosition;
00037     _Bool mTopLevelObject;
00038     int mTextType;
00039     int mType;
00040     BOOL mFloating;
00041 }
00042 
00043 - (id)init;
00044 - (void)dealloc;
00045 - (BOOL)hasBounds;
00046 - (struct _NSRect)bounds;
00047 - (id)textBox;
00048 - (void)setTextBox:(id)fp8;
00049 - (id)drawable;
00050 - (void)setDrawable:(id)fp8;
00051 - (id)id;
00052 - (void)setId:(id)fp8;
00053 - (_Bool)isShape;
00054 - (_Bool)isLine;
00055 - (id)boundingBox;
00056 - (void)setBoundingBox:(id)fp8;
00057 - (double)wrapDistanceLeft;
00058 - (void)setWrapDistanceLeft:(double)fp8;
00059 - (double)wrapDistanceTop;
00060 - (void)setWrapDistanceTop:(double)fp8;
00061 - (double)wrapDistanceRight;
00062 - (void)setWrapDistanceRight:(double)fp8;
00063 - (double)wrapDistanceBottom;
00064 - (void)setWrapDistanceBottom:(double)fp8;
00065 - (int)horizontalPosition;
00066 - (void)setHorizontalPosition:(int)fp8;
00067 - (int)verticalPosition;
00068 - (void)setVerticalPosition:(int)fp8;
00069 - (BOOL)isBehindText;
00070 - (void)setBehindText:(BOOL)fp8;
00071 - (BOOL)moveWithText;
00072 - (void)setMoveWithText:(BOOL)fp8;
00073 - (id)childWithType:(unsigned short)fp8;
00074 - (int)type;
00075 - (void)setType:(int)fp8;
00076 - (void)setShapeAddressSet:(BOOL)fp8;
00077 - (int)textWrappingMode;
00078 - (void)setTextWrappingMode:(int)fp8;
00079 - (void)setTextWrappingModeType:(int)fp8;
00080 - (int)textWrappingModeType;
00081 - (int)relativeHorizontalPosition;
00082 - (void)setRelativeHorizontalPosition:(int)fp8;
00083 - (int)relativeVerticalPosition;
00084 - (void)setRelativeVerticalPosition:(int)fp8;
00085 - (_Bool)isTopLevelObject;
00086 - (void)setTopLevelObject:(_Bool)fp8;
00087 - (int)zIndex;
00088 - (void)setZIndex:(int)fp8;
00089 - (int)zIndexTotal;
00090 - (void)setZIndexTotal:(int)fp8;
00091 - (int)textType;
00092 - (void)setTextType:(int)fp8;
00093 - (BOOL)floating;
00094 - (void)setFloating:(BOOL)fp8;
00095 - (BOOL)hasText;
00096 
00097 @end
00098