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 EDTwoCellAnchor : EDAnchor 00010 { 00011 struct EDCellAnchorMarker mFrom; 00012 struct EDCellAnchorMarker mTo; 00013 BOOL mIsRelative; 00014 } 00015 00016 - (struct EDCellAnchorMarker)from; 00017 - (void)setFrom:(struct EDCellAnchorMarker)fp8; 00018 - (struct EDCellAnchorMarker)to; 00019 - (void)setTo:(struct EDCellAnchorMarker)fp8; 00020 - (BOOL)isRelative; 00021 - (void)setRelative:(BOOL)fp8; 00022 00023 @end 00024