#ifndef __VECAUT_H__ #define __VECAUT_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. ///////////////////////////////////////////////////////////////////////////// // CLTVectorAutomation wrapper class class CLTVectorAutomation : public COleDispatchDriver { public: CLTVectorAutomation() {} // Calls COleDispatchDriver default constructor CLTVectorAutomation(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLTVectorAutomation(const CLTVectorAutomation& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: // method 'QueryInterface' not emitted because of invalid return type or parameter type unsigned long AddRef(); unsigned long Release(); // method 'GetTypeInfoCount' not emitted because of invalid return type or parameter type // method 'GetTypeInfo' not emitted because of invalid return type or parameter type // method 'GetIDsOfNames' not emitted because of invalid return type or parameter type // method 'Invoke' not emitted because of invalid return type or parameter type long GetPenStyle(); void SetPenStyle(long nNewValue); long GetPenWidth(); void SetPenWidth(long nNewValue); unsigned long GetPenColor(); void SetPenColor(unsigned long newValue); long GetBrushStyle(); void SetBrushStyle(long nNewValue); unsigned long GetBrushColor(); void SetBrushColor(unsigned long newValue); long GetBrushHatch(); void SetBrushHatch(long nNewValue); long GetFontHeight(); void SetFontHeight(long nNewValue); BOOL GetFontUnderline(); void SetFontUnderline(BOOL bNewValue); BOOL GetFontItalic(); void SetFontItalic(BOOL bNewValue); long GetFontOrientation(); void SetFontOrientation(long nNewValue); long GetFontEscapement(); void SetFontEscapement(long nNewValue); long GetFontWidth(); void SetFontWidth(long nNewValue); CString GetFontFaceName(); void SetFontFaceName(LPCTSTR lpszNewValue); short GetFontPitchAndFamily(); void SetFontPitchAndFamily(short nNewValue); short GetFontQuality(); void SetFontQuality(short nNewValue); short GetFontClipPrecision(); void SetFontClipPrecision(short nNewValue); short GetFontOutPrecision(); void SetFontOutPrecision(short nNewValue); short GetFontCharSet(); void SetFontCharSet(short nNewValue); BOOL GetFontStrikeOut(); void SetFontStrikeOut(BOOL bNewValue); long GetFontWeight(); void SetFontWeight(long nNewValue); long GetCurrentTool(); void SetCurrentTool(long nNewValue); }; #endif // __VECAUT_H__