vcaxistitle.h 1.5 KB

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