vcaxistitle.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #if !defined(AFX_VCAXISTITLE_H__A3554BEB_C31E_4F66_837C_1E8819596C62__INCLUDED_)
  2. #define AFX_VCAXISTITLE_H__A3554BEB_C31E_4F66_837C_1E8819596C62__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 CVcBackdrop;
  11. class CVcFont;
  12. class CVcTextLayout;
  13. class COleFont;
  14. #include "vcbackdrop.h"
  15. #include "vcfont.h"
  16. #include "vctextlayout.h"
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CVcAxisTitle wrapper class
  19. class CVcAxisTitle : public COleDispatchDriver
  20. {
  21. public:
  22. CVcAxisTitle() {} // Calls COleDispatchDriver default constructor
  23. CVcAxisTitle(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  24. CVcAxisTitle(const CVcAxisTitle& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  25. // Attributes
  26. public:
  27. // Operations
  28. public:
  29. CString GetText();
  30. void SetText(LPCTSTR lpszNewValue);
  31. CVcBackdrop GetBackdrop();
  32. CVcFont GetVtFont();
  33. BOOL GetVisible();
  34. void SetVisible(BOOL bNewValue);
  35. CVcTextLayout GetTextLayout();
  36. short GetTextLength();
  37. void SetRefFont(LPDISPATCH newValue);
  38. COleFont GetFont();
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_VCAXISTITLE_H__A3554BEB_C31E_4F66_837C_1E8819596C62__INCLUDED_)