#ifndef __BORDER_H__ #define __BORDER_H__ // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. ///////////////////////////////////////////////////////////////////////////// // CBorder wrapper class class CBorder : public COleDispatchDriver { public: CBorder() {} // Calls COleDispatchDriver default constructor CBorder(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CBorder(const CBorder& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: LPDISPATCH GetParent(); long GetType(); void SetType(long); long Get_Type(); void Set_Type(long); long GetWidth(); void SetWidth(long); // Operations public: }; #endif // __BORDER_H__