vclegend.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #if !defined(AFX_VCLEGEND_H__FB7A2A7F_AC0C_4C1C_BAB1_763DB9DC834C__INCLUDED_)
  2. #define AFX_VCLEGEND_H__FB7A2A7F_AC0C_4C1C_BAB1_763DB9DC834C__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 CVcLocation;
  11. class CVcBackdrop;
  12. class CVcFont;
  13. class CVcTextLayout;
  14. class COleFont;
  15. /////////////////////////////////////////////////////////////////////////////
  16. // CVcLegend wrapper class
  17. class CVcLegend : public COleDispatchDriver
  18. {
  19. public:
  20. CVcLegend() {} // Calls COleDispatchDriver default constructor
  21. CVcLegend(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  22. CVcLegend(const CVcLegend& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  23. // Attributes
  24. public:
  25. // Operations
  26. public:
  27. CVcLocation GetLocation();
  28. CVcBackdrop GetBackdrop();
  29. CVcFont GetVtFont();
  30. CVcTextLayout GetTextLayout();
  31. void SetRefFont(LPDISPATCH newValue);
  32. COleFont GetFont();
  33. void Select();
  34. };
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  37. #endif // !defined(AFX_VCLEGEND_H__FB7A2A7F_AC0C_4C1C_BAB1_763DB9DC834C__INCLUDED_)