vcfont.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #if !defined(AFX_VCFONT_H__A33B580C_F899_42F1_8D0A_8EA073F52DA8__INCLUDED_)
  2. #define AFX_VCFONT_H__A33B580C_F899_42F1_8D0A_8EA073F52DA8__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  7. // NOTE: Do not modify the contents of this file. If this class is regenerated by
  8. // Microsoft Visual C++, your modifications will be overwritten.
  9. // Dispatch interfaces referenced by this interface
  10. class CVcColor;
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CVcFont wrapper class
  13. class CVcFont : public COleDispatchDriver
  14. {
  15. public:
  16. CVcFont() {} // Calls COleDispatchDriver default constructor
  17. CVcFont(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  18. CVcFont(const CVcFont& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  19. // Attributes
  20. public:
  21. // Operations
  22. public:
  23. CString GetName();
  24. void SetName(LPCTSTR lpszNewValue);
  25. float GetSize();
  26. void SetSize(float newValue);
  27. short GetStyle();
  28. void SetStyle(short nNewValue);
  29. short GetEffect();
  30. void SetEffect(short nNewValue);
  31. CVcColor GetVtColor();
  32. };
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  35. #endif // !defined(AFX_VCFONT_H__A33B580C_F899_42F1_8D0A_8EA073F52DA8__INCLUDED_)