textcomp.cpp
上传用户:biuytresa
上传日期:2007-12-07
资源大小:721k
文件大小:1k
源码类别:

DNA

开发平台:

Visual C++

  1. // Machine generated IDispatch wrapper class(es) created with ClassWizard
  2. #include "stdafx.h"
  3. #include "textcomp.h"
  4. #ifdef _DEBUG
  5. #define new DEBUG_NEW
  6. #undef THIS_FILE
  7. static char THIS_FILE[] = __FILE__;
  8. #endif
  9. /////////////////////////////////////////////////////////////////////////////
  10. // ITextObject properties
  11. VARIANT ITextObject::GetText()
  12. {
  13. VARIANT result;
  14. GetProperty(0x1, VT_VARIANT, (void*)&result);
  15. return result;
  16. }
  17. void ITextObject::SetText(const VARIANT& propVal)
  18. {
  19. SetProperty(0x1, VT_VARIANT, &propVal);
  20. }
  21. /////////////////////////////////////////////////////////////////////////////
  22. // ITextObject operations