#if !defined(AFX_PTEXT_H__6F86A7FA_0754_475A_8635_1264C2588D6B__INCLUDED_) #define AFX_PTEXT_H__6F86A7FA_0754_475A_8635_1264C2588D6B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // 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. // Dispatch interfaces referenced by this interface class CLTFont; ///////////////////////////////////////////////////////////////////////////// // CLTText wrapper class class CLTText : public COleDispatchDriver { public: CLTText() {} // Calls COleDispatchDriver default constructor CLTText(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLTText(const CLTText& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: CLTFont GetFont(); long GetBorderBrushStyle(); void SetBorderBrushStyle(long nNewValue); long GetBorderWidth(); void SetBorderWidth(long nNewValue); unsigned long GetBorderColor(); void SetBorderColor(unsigned long newValue); long GetBackgroundStyle(); void SetBackgroundStyle(long nNewValue); unsigned long GetBackgroundColor(); void SetBackgroundColor(unsigned long newValue); long GetBackgroundTileBitmap(); void SetBackgroundTileBitmap(long nNewValue); long GetAlignment(); void SetAlignment(long nNewValue); long GetOpacity(); void SetOpacity(long nNewValue); long GetTexture(); void SetTexture(long nNewValue); short Apply(long nLeft, long nTop, long nWidth, long nHeight); CString GetString(); void SetString(LPCTSTR lpszNewValue); long GetTransformRotate(); void SetTransformRotate(long nNewValue); long GetTransformScaleX(); void SetTransformScaleX(long nNewValue); long GetTransformScaleY(); void SetTransformScaleY(long nNewValue); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PTEXT_H__6F86A7FA_0754_475A_8635_1264C2588D6B__INCLUDED_)