明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1470|回复: 2

怎么样在当前文档中创建文字?

[复制链接]
发表于 2003-5-31 12:55:00 | 显示全部楼层 |阅读模式
还有上次问的怎么样查找或替换文字
是不是CAD处理文字很难呀?
发表于 2003-5-31 13:16:00 | 显示全部楼层

可以用addtext或addmtext方法

1、addtext方法
RetVal = object.AddText(TextString, InsertionPoint, Height)

Object

ModelSpace Collection, PaperSpace Collection, Block
The object or objects this method applies to.

TextString

String; input-only
The actual text to be displayed.

InsertionPoint

Variant (three-element array of doubles); input-only
The 3D WCS coordinates on the drawing where the text is placed.

Height

Double; input-only
The height of the text. Must be a positive number.

RetVal

Text object
The newly created Text object.
2、addmtext方法
RetVal = object.AddMText(InsertionPoint, Width, Text)

Object

ModelSpace Collection, PaperSpace Collection, Block
The object or objects this method applies to.

InsertionPoint

Variant (three-element array of doubles); input-only
The insertion point of the mtext bounding box.

Width

Double; input-only
The width of the mtext bounding box.

Text

String; input-only
The actual text string for the MText object.

RetVal

MText object
The newly created MText object.
3、关于查找和替换文字,先前有人做了一个VBA程序,你可以找找
 楼主| 发表于 2003-6-1 13:58:00 | 显示全部楼层

说得妙

谢了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-28 16:50 , Processed in 0.170235 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表