vcdatapointlabel.h 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. #if !defined(AFX_VCDATAPOINTLABEL_H__3264867C_CE02_4E5D_B862_F181ABFD72B7__INCLUDED_)
  2. #define AFX_VCDATAPOINTLABEL_H__3264867C_CE02_4E5D_B862_F181ABFD72B7__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 CVcLCoor;
  13. class CVcTextLayout;
  14. class COleFont;
  15. /////////////////////////////////////////////////////////////////////////////
  16. // CVcDataPointLabel wrapper class
  17. class CVcDataPointLabel : public COleDispatchDriver
  18. {
  19. public:
  20. CVcDataPointLabel() {} // Calls COleDispatchDriver default constructor
  21. CVcDataPointLabel(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  22. CVcDataPointLabel(const CVcDataPointLabel& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  23. // Attributes
  24. public:
  25. // Operations
  26. public:
  27. CString GetText();
  28. void SetText(LPCTSTR lpszNewValue);
  29. CVcBackdrop GetBackdrop();
  30. CVcFont GetVtFont();
  31. CVcLCoor GetOffset();
  32. CVcTextLayout GetTextLayout();
  33. long GetLocationType();
  34. void SetLocationType(long nNewValue);
  35. BOOL GetCustom();
  36. void SetCustom(BOOL bNewValue);
  37. short GetComponent();
  38. void SetComponent(short nNewValue);
  39. long GetLineStyle();
  40. void SetLineStyle(long nNewValue);
  41. CString GetValueFormat();
  42. void SetValueFormat(LPCTSTR lpszNewValue);
  43. CString GetPercentFormat();
  44. void SetPercentFormat(LPCTSTR lpszNewValue);
  45. short GetTextLength();
  46. void SetRefFont(LPDISPATCH newValue);
  47. COleFont GetFont();
  48. void ResetCustomLabel();
  49. void Select();
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_VCDATAPOINTLABEL_H__3264867C_CE02_4E5D_B862_F181ABFD72B7__INCLUDED_)