/headers/OfficeImport/EDOneCellAnchor.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/EDAnchor.h>
00008 
00009 @interface EDOneCellAnchor : EDAnchor
00010 {
00011     struct EDCellAnchorMarker mFrom;
00012     struct _NSSize mSize;
00013     BOOL mIsRelative;
00014 }
00015 
00016 - (struct EDCellAnchorMarker)from;
00017 - (void)setFrom:(struct EDCellAnchorMarker)fp8;
00018 - (struct _NSSize)size;
00019 - (void)setSize:(struct _NSSize)fp8;
00020 - (BOOL)isRelative;
00021 - (void)setRelative:(BOOL)fp8;
00022 
00023 @end
00024