vctextlayout.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #if !defined(AFX_VCTEXTLAYOUT_H__4E35E3D1_EFCF_4AA4_A5EF_2A6EDAB917DF__INCLUDED_)
  2. #define AFX_VCTEXTLAYOUT_H__4E35E3D1_EFCF_4AA4_A5EF_2A6EDAB917DF__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. /////////////////////////////////////////////////////////////////////////////
  10. // CVcTextLayout wrapper class
  11. class CVcTextLayout : public COleDispatchDriver
  12. {
  13. public:
  14. CVcTextLayout() {} // Calls COleDispatchDriver default constructor
  15. CVcTextLayout(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  16. CVcTextLayout(const CVcTextLayout& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  17. // Attributes
  18. public:
  19. // Operations
  20. public:
  21. long GetHorzAlignment();
  22. void SetHorzAlignment(long nNewValue);
  23. long GetVertAlignment();
  24. void SetVertAlignment(long nNewValue);
  25. long GetOrientation();
  26. void SetOrientation(long nNewValue);
  27. BOOL GetWordWrap();
  28. void SetWordWrap(BOOL bNewValue);
  29. };
  30. //{{AFX_INSERT_LOCATION}}
  31. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  32. #endif // !defined(AFX_VCTEXTLAYOUT_H__4E35E3D1_EFCF_4AA4_A5EF_2A6EDAB917DF__INCLUDED_)