• 大小: 0.03M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++实战源码-将文字转换成图像(入门级实例407).zip

资源截图

代码片段和文件信息

// Machine generated IDispatch wrapper class(es) created with ClassWizard

#include “stdafx.h“
#include “msword9.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif



/////////////////////////////////////////////////////////////////////////////
// Selection properties

/////////////////////////////////////////////////////////////////////////////
// Selection operations

CString Selection::GetText()
{
CString result;
InvokeHelper(0x0 DISPATCH_PROPERTYGET VT_BSTR (void*)&result NULL);
return result;
}

void Selection::SetText(LPCTSTR lpszNewValue)
{
static BYTE parms[] =
VTS_BSTR;
InvokeHelper(0x0 DISPATCH_PROPERTYPUT VT_EMPTY NULL parms
 lpszNewValue);
}

LPDISPATCH Selection::GetFormattedText()
{
LPDISPATCH result;
InvokeHelper(0x2 DISPATCH_PROPERTYGET VT_DISPATCH (void*)&result NULL);
return result;
}

void Selection::SetFormattedText(LPDISPATCH newValue)
{
static BYTE

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      113596  2009-09-02 14:09  TextToImage\msword9.cpp
     文件       28215  2009-09-02 14:08  TextToImage\msword9.h
     文件         735  2009-09-02 13:11  TextToImage\resource.h
     文件         213  2009-09-02 11:11  TextToImage\StdAfx.cpp
     文件        1054  2009-09-02 11:11  TextToImage\StdAfx.h
     文件        1195  2010-10-27 15:54  TextToImage\TextToImage.clw
     文件        2155  2009-09-02 13:11  TextToImage\TextToImage.cpp
     文件        4375  2009-09-02 14:11  TextToImage\TextToImage.dsp
     文件         547  2009-09-02 11:11  TextToImage\TextToImage.dsw
     文件        1379  2009-09-02 11:11  TextToImage\TextToImage.h
     文件        5329  2009-09-02 13:47  TextToImage\TextToImage.rc
     文件        5009  2010-10-12 10:34  TextToImage\TextToImageDlg.cpp
     文件        1402  2009-09-02 13:53  TextToImage\TextToImageDlg.h
     文件        1078  2009-09-02 11:11  TextToImage\res\TextToImage.ico
     文件         403  2009-09-02 11:11  TextToImage\res\TextToImage.rc2

评论

共有 条评论