motextsymbol.h
上传用户:qinfarui
上传日期:2022-08-10
资源大小:362k
文件大小:2k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_MOTEXTSYMBOL_H__13E7930C_61FF_43F2_8852_777EC2B8C433__INCLUDED_)
  2. #define AFX_MOTEXTSYMBOL_H__13E7930C_61FF_43F2_8852_777EC2B8C433__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 COleFont;
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CMoTextSymbol wrapper class
  13. class CMoTextSymbol : public COleDispatchDriver
  14. {
  15. public:
  16. CMoTextSymbol() {} // Calls COleDispatchDriver default constructor
  17. CMoTextSymbol(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  18. CMoTextSymbol(const CMoTextSymbol& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  19. // Attributes
  20. public:
  21. long GetHorizontalAlignment();
  22. void SetHorizontalAlignment(long);
  23. long GetVerticalAlignment();
  24. void SetVerticalAlignment(long);
  25. unsigned long GetColor();
  26. void SetColor(unsigned long);
  27. COleFont GetFont();
  28. void SetFont(LPDISPATCH);
  29. double GetRotation();
  30. void SetRotation(double);
  31. double GetHeight();
  32. void SetHeight(double);
  33. BOOL GetFitted();
  34. void SetFitted(BOOL);
  35. // Operations
  36. public:
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_MOTEXTSYMBOL_H__13E7930C_61FF_43F2_8852_777EC2B8C433__INCLUDED_)